mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
html_parser: add missing requirements
This commit is contained in:
@@ -6,7 +6,7 @@ COPYRIGHT="1995-2009 Gisle Aas
|
||||
1999-2000 Michael A. Chase"
|
||||
LICENSE="GNU GPL v1
|
||||
Artistic"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://github.com/libwww-perl/HTML-Parser/archive/refs/tags/$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="d56c58da133049001f2bb4347344c583cc39bc8dd7da61745b2df1cfeb54f4ba"
|
||||
SOURCE_FILENAME="html_parser-$portVersion.tar.gz"
|
||||
@@ -25,17 +25,14 @@ if [ -n "$secondaryArchSuffix" ]; then
|
||||
fi
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
# html_tagset # missing
|
||||
# http_headers # missing
|
||||
html_tagset
|
||||
http_message
|
||||
uri
|
||||
vendor_perl
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
# html_tagset # missing
|
||||
# http_headers # missing
|
||||
uri
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
@@ -43,6 +40,12 @@ BUILD_PREREQUIRES="
|
||||
cmd:perl
|
||||
"
|
||||
|
||||
TEST_REQUIRES="
|
||||
html_tagset
|
||||
http_message
|
||||
uri
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
perl Makefile.PL PREFIX=$prefix
|
||||
|
||||
Reference in New Issue
Block a user