diff options
author | Ade Lovett <ade@FreeBSD.org> | 2000-09-05 01:01:59 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2000-09-05 01:01:59 +0000 |
commit | ca21eb3bff8cd0e348c4cfc1168d7c4404c8d8d8 (patch) | |
tree | 7ff2dfd7af6f9c1ddacb9a7fb2d469abb8ee36c4 /textproc/p5-XML-RSS | |
parent | e39522a26ca58c5109e7b3b3b2261c72576ff80b (diff) | |
download | ports-ca21eb3bff8cd0e348c4cfc1168d7c4404c8d8d8.tar.gz ports-ca21eb3bff8cd0e348c4cfc1168d7c4404c8d8d8.zip |
Notes
Diffstat (limited to 'textproc/p5-XML-RSS')
-rw-r--r-- | textproc/p5-XML-RSS/Makefile | 28 | ||||
-rw-r--r-- | textproc/p5-XML-RSS/distinfo | 1 | ||||
-rw-r--r-- | textproc/p5-XML-RSS/pkg-comment | 1 | ||||
-rw-r--r-- | textproc/p5-XML-RSS/pkg-descr | 3 | ||||
-rw-r--r-- | textproc/p5-XML-RSS/pkg-plist | 3 |
5 files changed, 36 insertions, 0 deletions
diff --git a/textproc/p5-XML-RSS/Makefile b/textproc/p5-XML-RSS/Makefile new file mode 100644 index 000000000000..088f368d68c1 --- /dev/null +++ b/textproc/p5-XML-RSS/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: XML::RSS +# Date created: 4th September 2000 +# Whom: Ade Lovett <ade@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= XML-RSS +PORTVERSION= 0.9 +CATEGORIES= textproc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= XML +PKGNAMEPREFIX= p5- + +MAINTAINER= ade@FreeBSD.org + +BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/XML/Parser/Expat.pm:${PORTSDIR}/textproc/p5-XML-Parser + +USE_PERL5= yes + +MAN3= XML::RSS.3 +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} + +do-configure: + @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL \ + CC="${CC}" CCFLAGS="${CFLAGS}" + +.include <bsd.port.mk> diff --git a/textproc/p5-XML-RSS/distinfo b/textproc/p5-XML-RSS/distinfo new file mode 100644 index 000000000000..ca50843dc1f7 --- /dev/null +++ b/textproc/p5-XML-RSS/distinfo @@ -0,0 +1 @@ +MD5 (XML-RSS-0.9.tar.gz) = 5396e9a236c6ea0ac9a4366bd74adf9d diff --git a/textproc/p5-XML-RSS/pkg-comment b/textproc/p5-XML-RSS/pkg-comment new file mode 100644 index 000000000000..fd404ae4b32d --- /dev/null +++ b/textproc/p5-XML-RSS/pkg-comment @@ -0,0 +1 @@ +Perl extension to manage RDF Site Summary (RSS) files diff --git a/textproc/p5-XML-RSS/pkg-descr b/textproc/p5-XML-RSS/pkg-descr new file mode 100644 index 000000000000..8e9c6981abe4 --- /dev/null +++ b/textproc/p5-XML-RSS/pkg-descr @@ -0,0 +1,3 @@ +This module was created to help those who need to manage +RDF Site Summary (RSS) files. It makes quick work of +creating, updating, and saving RSS files. diff --git a/textproc/p5-XML-RSS/pkg-plist b/textproc/p5-XML-RSS/pkg-plist new file mode 100644 index 000000000000..c0728ca62cf7 --- /dev/null +++ b/textproc/p5-XML-RSS/pkg-plist @@ -0,0 +1,3 @@ +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XML/RSS/.packlist +lib/perl5/site_perl/%%PERL_VER%%/XML/RSS.pm +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XML/RSS |