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.
This commit is contained in:
parent
5fe2951cce
commit
5251c02729
4 changed files with 32 additions and 0 deletions
3
devel/p5-Class-XML/DESCR
Normal file
3
devel/p5-Class-XML/DESCR
Normal file
|
@ -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.
|
23
devel/p5-Class-XML/Makefile
Normal file
23
devel/p5-Class-XML/Makefile
Normal file
|
@ -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"
|
1
devel/p5-Class-XML/PLIST
Normal file
1
devel/p5-Class-XML/PLIST
Normal file
|
@ -0,0 +1 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2007/08/03 06:57:01 seb Exp $
|
5
devel/p5-Class-XML/distinfo
Normal file
5
devel/p5-Class-XML/distinfo
Normal file
|
@ -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
|
Loading…
Reference in a new issue