diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-07-06 04:16:45 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-07-06 04:16:45 +0000 |
commit | eb01b30986cd23e1018d53a06b5e2c76072d1aca (patch) | |
tree | abde8b4f9fa6da4e2ea17c4132836729779ebe48 /textproc/p5-XML-Parsepp | |
parent | 8b897ae7948d3eaad2b2ff5b3460a8d447b7f520 (diff) | |
download | ports-eb01b30986cd23e1018d53a06b5e2c76072d1aca.tar.gz ports-eb01b30986cd23e1018d53a06b5e2c76072d1aca.zip |
Notes
Diffstat (limited to 'textproc/p5-XML-Parsepp')
-rw-r--r-- | textproc/p5-XML-Parsepp/Makefile | 27 | ||||
-rw-r--r-- | textproc/p5-XML-Parsepp/distinfo | 2 | ||||
-rw-r--r-- | textproc/p5-XML-Parsepp/pkg-descr | 5 | ||||
-rw-r--r-- | textproc/p5-XML-Parsepp/pkg-plist | 5 |
4 files changed, 39 insertions, 0 deletions
diff --git a/textproc/p5-XML-Parsepp/Makefile b/textproc/p5-XML-Parsepp/Makefile new file mode 100644 index 000000000000..2056ff268cc6 --- /dev/null +++ b/textproc/p5-XML-Parsepp/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: p5-XML-Parsepp +# Date created: 2012-07-01 +# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= XML-Parsepp +PORTVERSION= 0.02 +CATEGORIES= textproc perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Simplified pure Perl parser for XML + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +PERL_CONFIGURE= 5.14.0+ + +MAN3= XML::Parsepp.3 + +post-patch: + @${REINPLACE_CMD} -e 's|lib/Acme/XMLpp.pm|lib/XML/Parsepp.pm|' ${WRKSRC}/Makefile.PL + +.include <bsd.port.mk> diff --git a/textproc/p5-XML-Parsepp/distinfo b/textproc/p5-XML-Parsepp/distinfo new file mode 100644 index 000000000000..3d67a252c5fb --- /dev/null +++ b/textproc/p5-XML-Parsepp/distinfo @@ -0,0 +1,2 @@ +SHA256 (XML-Parsepp-0.02.tar.gz) = cc4b632c28ef426ea284f9f330a140d41565936d0e4213c6ebe8f6a896ef5fdf +SIZE (XML-Parsepp-0.02.tar.gz) = 34428 diff --git a/textproc/p5-XML-Parsepp/pkg-descr b/textproc/p5-XML-Parsepp/pkg-descr new file mode 100644 index 000000000000..0065b1436bf0 --- /dev/null +++ b/textproc/p5-XML-Parsepp/pkg-descr @@ -0,0 +1,5 @@ +XML::Parsepp provides a pure Perl implementation to parse XML documents. Its +interface is very close to that of XML::Parser (in fact, the synopsis has, with +some minor modifications, been copied from XML::Parser). + +WWW: http://search.cpan.org/dist/XML-Parsepp/ diff --git a/textproc/p5-XML-Parsepp/pkg-plist b/textproc/p5-XML-Parsepp/pkg-plist new file mode 100644 index 000000000000..874c74d62883 --- /dev/null +++ b/textproc/p5-XML-Parsepp/pkg-plist @@ -0,0 +1,5 @@ +%%SITE_PERL%%/XML/Parsepp.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Parsepp/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Parsepp +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML +@dirrmtry %%SITE_PERL%%/XML |