diff options
author | seb <seb@pkgsrc.org> | 2007-08-03 06:57:01 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2007-08-03 06:57:01 +0000 |
commit | 5251c0272955a2d76eeba10a60ed2038a8bafc34 (patch) | |
tree | 6e72b330e2980531d1a35b74e4a327cad06db2c1 /devel | |
parent | 5fe2951cced773b4bbc2cb0de373ec28aa732b7e (diff) | |
download | pkgsrc-5251c0272955a2d76eeba10a60ed2038a8bafc34.tar.gz |
Initial import of p5-Class-XML version 0.06 into The NetBSD
Packages Collection.
The Perl 5 module Class::XML is designed to make it reasonably easy
to create, consume or modify XML from Perl while thinking in terms
of Perl objects rather than the available XML APIs.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Class-XML/DESCR | 3 | ||||
-rw-r--r-- | devel/p5-Class-XML/Makefile | 23 | ||||
-rw-r--r-- | devel/p5-Class-XML/PLIST | 1 | ||||
-rw-r--r-- | devel/p5-Class-XML/distinfo | 5 |
4 files changed, 32 insertions, 0 deletions
diff --git a/devel/p5-Class-XML/DESCR b/devel/p5-Class-XML/DESCR new file mode 100644 index 00000000000..66fac2e0555 --- /dev/null +++ b/devel/p5-Class-XML/DESCR @@ -0,0 +1,3 @@ +The Perl 5 module Class::XML is designed to make it reasonably easy +to create, consume or modify XML from Perl while thinking in terms +of Perl objects rather than the available XML APIs. diff --git a/devel/p5-Class-XML/Makefile b/devel/p5-Class-XML/Makefile new file mode 100644 index 00000000000..d121a07942c --- /dev/null +++ b/devel/p5-Class-XML/Makefile @@ -0,0 +1,23 @@ +# $NetBSD: Makefile,v 1.1.1.1 2007/08/03 06:57:01 seb Exp $ +# + +DISTNAME= Class-XML-0.06 +PKGNAME= p5-${DISTNAME} +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Class/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Class-XML/ +COMMENT= Perl 5 module providing a simple XML abstraction + +USE_LANGUAGES= # empty +PERL5_MODULE_TYPE= Module::Build + +DEPENDS+= p5-Class-Accessor>=0.19:../../devel/p5-Class-Accessor +DEPENDS+= p5-Class-Data-Inheritable>=0.02:../../devel/p5-Class-Data-Inheritable +DEPENDS+= p5-XML-XPath>=1.13:../../textproc/p5-XML-XPath + +PERL5_PACKLIST= auto/Class/XML/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/p5-Class-XML/PLIST b/devel/p5-Class-XML/PLIST new file mode 100644 index 00000000000..f26ed978cb3 --- /dev/null +++ b/devel/p5-Class-XML/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2007/08/03 06:57:01 seb Exp $ diff --git a/devel/p5-Class-XML/distinfo b/devel/p5-Class-XML/distinfo new file mode 100644 index 00000000000..42432504dd7 --- /dev/null +++ b/devel/p5-Class-XML/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2007/08/03 06:57:01 seb Exp $ + +SHA1 (Class-XML-0.06.tar.gz) = 4ea4dbaf75b03aed2bd7883765c092e7a15b4dc3 +RMD160 (Class-XML-0.06.tar.gz) = 16033a890cc5de36c4f6c6a13e947e5e7e3c7ebd +Size (Class-XML-0.06.tar.gz) = 18284 bytes |