mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 21:30:08 +02:00
21 lines
471 B
Plaintext
21 lines
471 B
Plaintext
#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}"
|
|
}
|