diff options
author | cjep <cjep@pkgsrc.org> | 2002-08-22 06:34:58 +0000 |
---|---|---|
committer | cjep <cjep@pkgsrc.org> | 2002-08-22 06:34:58 +0000 |
commit | efd4ca4c9ed467dbe0b492d619391efe0e2ae991 (patch) | |
tree | 1b211e5ae1bcf4fbda6931858614f73587f405a6 /textproc/p5-XML-Simple | |
parent | cb99b77e5e556b001eb7ac6d29eb350992805404 (diff) | |
download | pkgsrc-efd4ca4c9ed467dbe0b492d619391efe0e2ae991.tar.gz |
Initial import of XML::Simple 1.08 into the NetBSD packages collection as
textproc/p5-XML-Simple.
This Perl module provides an easy API to read and write XML (especially
configuration files).
Diffstat (limited to 'textproc/p5-XML-Simple')
-rw-r--r-- | textproc/p5-XML-Simple/DESCR | 2 | ||||
-rw-r--r-- | textproc/p5-XML-Simple/Makefile | 22 | ||||
-rw-r--r-- | textproc/p5-XML-Simple/PLIST | 1 | ||||
-rw-r--r-- | textproc/p5-XML-Simple/distinfo | 4 |
4 files changed, 29 insertions, 0 deletions
diff --git a/textproc/p5-XML-Simple/DESCR b/textproc/p5-XML-Simple/DESCR new file mode 100644 index 00000000000..4cac4203010 --- /dev/null +++ b/textproc/p5-XML-Simple/DESCR @@ -0,0 +1,2 @@ +This Perl module provides an easy API to read and write XML (especially +configuration files). diff --git a/textproc/p5-XML-Simple/Makefile b/textproc/p5-XML-Simple/Makefile new file mode 100644 index 00000000000..64f45670313 --- /dev/null +++ b/textproc/p5-XML-Simple/Makefile @@ -0,0 +1,22 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/08/22 06:34:58 cjep Exp $ +# + +DISTNAME= XML-Simple-1.08 +PKGNAME= p5-${DISTNAME} +SVR4_PKGNAME= p5xsi +CATEGORIES= textproc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/} + +MAINTAINER= packages@netbsd.org +COMMENT= Easy Perl API to read/write XML + +DEPENDS+= p5-XML-Parser-[0-9]*:../../textproc/p5-XML-Parser + +USE_BUILDLINK_ONLY= YES +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/XML/Simple/.packlist + +do-configure: + @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL + +.include "../../lang/perl5/buildlink.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/p5-XML-Simple/PLIST b/textproc/p5-XML-Simple/PLIST new file mode 100644 index 00000000000..bed63146d8b --- /dev/null +++ b/textproc/p5-XML-Simple/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2002/08/22 06:34:58 cjep Exp $ diff --git a/textproc/p5-XML-Simple/distinfo b/textproc/p5-XML-Simple/distinfo new file mode 100644 index 00000000000..da4d382cd4d --- /dev/null +++ b/textproc/p5-XML-Simple/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2002/08/22 06:34:58 cjep Exp $ + +SHA1 (XML-Simple-1.08.tar.gz) = 472b7dff16fd35a7a928c7d0e4c2311c0de886e0 +Size (XML-Simple-1.08.tar.gz) = 35769 bytes |