mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 03:30:05 +02:00
Fix one more broken port name
This commit is contained in:
20
dev-perl/HTML_Parser/HTML_Parser-3.70.recipe
Normal file
20
dev-perl/HTML_Parser/HTML_Parser-3.70.recipe
Normal file
@@ -0,0 +1,20 @@
|
||||
#dev-perl/XML-Parser
|
||||
DESCRIPTION="HTML-Entities - Encode or decode strings with HTML entities"
|
||||
HOMEPAGE="http://search.cpan.org/~gaas/HTML-Parser/"
|
||||
SRC_URI="http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/HTML-Parser-3.70.tar.gz"
|
||||
REVISION="1"
|
||||
# only tested on gcc4
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND=""
|
||||
CHECKSUM_MD5="efe7699f5ece3a230d730a3682359c08"
|
||||
|
||||
BUILD {
|
||||
cd HTML-Parser-3.70
|
||||
perl Makefile.PL
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL {
|
||||
cd HTML-Parser-3.70
|
||||
make install DESTDIR="${DESTDIR}"
|
||||
}
|
||||
Reference in New Issue
Block a user