diff options
author | jtb <jtb> | 2001-04-16 19:03:38 +0000 |
---|---|---|
committer | jtb <jtb> | 2001-04-16 19:03:38 +0000 |
commit | 00910ebe990aef13dd78ba498fbb9b3dfb248225 (patch) | |
tree | a110a136c171f12f775ded46c7240bbd755a67d7 /textproc/p5-XML-RSS/Makefile | |
parent | a093e56bb6154e061ebfb2d23312856207f29b98 (diff) | |
download | pkgsrc-00910ebe990aef13dd78ba498fbb9b3dfb248225.tar.gz |
Initial import of p5-XML-RSS.
XML-RSS is a perl5 module to create, update, and manipulate RDF Site
Summary (RSS) files. It currently supports 0.9, 0.91, and 1.0
versions of the RSS spec.
Provided by Nathan Ahlstrom <nrahlstr@winternet.com> in PR #12638.
Diffstat (limited to 'textproc/p5-XML-RSS/Makefile')
-rw-r--r-- | textproc/p5-XML-RSS/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/textproc/p5-XML-RSS/Makefile b/textproc/p5-XML-RSS/Makefile new file mode 100644 index 00000000000..7b6dacfa654 --- /dev/null +++ b/textproc/p5-XML-RSS/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/04/16 19:03:38 jtb Exp $ + +DISTNAME= XML-RSS-0.97 +PKGNAME= p5-${DISTNAME} +CATEGORIES= textproc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/} + +MAINTAINER= packages@NetBSD.org +HOMEPAGE= http://www.pobox.com/~eisen/ +COMMENT= XML-RSS helps to create and update RSS files + +DEPENDS+= p5-XML-Parser>=2.29:../p5-XML-Parser + +USE_PERL5= # defined +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/XML/RSS/.packlist + +do-configure: + @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL + +.include "../../mk/bsd.pkg.mk" |