diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2005-10-16 19:44:46 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2005-10-16 19:44:46 +0000 |
commit | 32d693292d42eb8933b699e27a8d2ba60e8bde21 (patch) | |
tree | f3fbcd32c8568324a10f80310b723327147fabce /textproc/p5-XML-Atom-SimpleFeed | |
parent | 0004d8a88a98479b75b2e073992ba7a7caa6aca5 (diff) | |
download | ports-32d693292d42eb8933b699e27a8d2ba60e8bde21.tar.gz ports-32d693292d42eb8933b699e27a8d2ba60e8bde21.zip |
Notes
Diffstat (limited to 'textproc/p5-XML-Atom-SimpleFeed')
-rw-r--r-- | textproc/p5-XML-Atom-SimpleFeed/Makefile | 31 | ||||
-rw-r--r-- | textproc/p5-XML-Atom-SimpleFeed/distinfo | 2 | ||||
-rw-r--r-- | textproc/p5-XML-Atom-SimpleFeed/pkg-descr | 7 | ||||
-rw-r--r-- | textproc/p5-XML-Atom-SimpleFeed/pkg-plist | 7 |
4 files changed, 47 insertions, 0 deletions
diff --git a/textproc/p5-XML-Atom-SimpleFeed/Makefile b/textproc/p5-XML-Atom-SimpleFeed/Makefile new file mode 100644 index 000000000000..91b7ec9bf26e --- /dev/null +++ b/textproc/p5-XML-Atom-SimpleFeed/Makefile @@ -0,0 +1,31 @@ +# New ports collection makefile for: textproc/p5-XML-Atom-SimpleFeed +# Date created: 16 October 2005 +# Whom: Anton Berezin <tobez@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= XML-Atom-SimpleFeed +PORTVERSION= 0.7 +CATEGORIES= textproc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= XML +PKGNAMEPREFIX= p5- + +MAINTAINER= tobez@FreeBSD.org +COMMENT= XML::Atom::SimpleFeed - Generate simple Atom syndication feeds + +BUILD_DEPENDS= ${SITE_PERL}/XML/Simple.pm:${PORTSDIR}/textproc/p5-XML-Simple +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_CONFIGURE= yes + +MAN3= XML::Atom::SimpleFeed.3 + +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500600 +IGNORE= Port requires perl 5.6.0 or later. Install lang/perl5.8 and try again +.endif + +.include <bsd.port.post.mk> diff --git a/textproc/p5-XML-Atom-SimpleFeed/distinfo b/textproc/p5-XML-Atom-SimpleFeed/distinfo new file mode 100644 index 000000000000..06f34aab746f --- /dev/null +++ b/textproc/p5-XML-Atom-SimpleFeed/distinfo @@ -0,0 +1,2 @@ +MD5 (XML-Atom-SimpleFeed-0.7.tar.gz) = eda89192c36d3942ee5380376bf261e2 +SIZE (XML-Atom-SimpleFeed-0.7.tar.gz) = 6784 diff --git a/textproc/p5-XML-Atom-SimpleFeed/pkg-descr b/textproc/p5-XML-Atom-SimpleFeed/pkg-descr new file mode 100644 index 000000000000..af2db4816dfb --- /dev/null +++ b/textproc/p5-XML-Atom-SimpleFeed/pkg-descr @@ -0,0 +1,7 @@ +This module exists to generate basic Atom syndication feeds. While it +does not provide a full, object-oriented interface into all the nooks +and crannies of Atom feeds, an Atom parser, or an Atom client API, it +should be useful for people who want to generate basic, valid Atom feeds +of their content quickly and easily. + +WWW: http://search.cpan.org/dist/XML-Atom-SimpleFeed/ diff --git a/textproc/p5-XML-Atom-SimpleFeed/pkg-plist b/textproc/p5-XML-Atom-SimpleFeed/pkg-plist new file mode 100644 index 000000000000..5a5ed466fa12 --- /dev/null +++ b/textproc/p5-XML-Atom-SimpleFeed/pkg-plist @@ -0,0 +1,7 @@ +%%SITE_PERL%%/XML/Atom/SimpleFeed.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Atom/SimpleFeed/.packlist +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Atom/SimpleFeed 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Atom 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/XML/Atom 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/XML 2>/dev/null || true |