Files
haikuports/dev-perl/html_parser/html_parser-3.71.recipe
Adrien Destugues dd7dba921d Add HTML-Parser 3.71
2014-06-08 22:55:13 +02:00

45 lines
1.0 KiB
Plaintext

#FIXME: Appending installation info to /packages/html_parser-3.70-1/.self/lib/perl5/5.18.1/BePC-haiku/perllocal.pod
#FIXME: Warning: prerequisite HTML::Tagset 3 not found.
SUMMARY="Encode or decode strings with HTML entities"
HOMEPAGE="http://search.cpan.org/~gaas/HTML-Parser/"
SRC_URI="https://github.com/gisle/html-parser/archive/3.71.tar.gz"
#CHECKSUM_SHA256="a9a18c79b1d2b315daedafe7598dc1068d562eaeaa5bd46265a6ebd2805446c1"
REVISION="1"
ARCHITECTURES="x86 x86_gcc2"
PROVIDES="
html_parser = $portVersion
"
REQUIRES="
haiku >= $haikuVersion
perl
"
COPYRIGHT="
1995-2009 Gisle Aas. All rights reserved.
1999-2000 Michael A. Chase. All rights reserved.
"
LICENSE="
GNU GPL v1
Artistic (Perl)
"
BUILD_REQUIRES="
haiku_devel >= $haikuVersion
cmd:gcc
cmd:make
cmd:perl"
SOURCE_DIR="html-parser-3.71"
BUILD() {
perl Makefile.PL PREFIX=$prefix
make
}
INSTALL() {
make install
}
DESCRIPTION="
The HTML-Parser distribution is is a collection of perl modules that parse and \
extract information from HTML documents.
"