diff options
author | Wen Heping <wen@FreeBSD.org> | 2011-03-02 03:33:14 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2011-03-02 03:33:14 +0000 |
commit | b89040770a4db3115c899767399840607115a9ed (patch) | |
tree | 5311d57622589b123467ad07e188f29f89e21416 /www/p5-Dancer-Plugin-Feed | |
parent | c7c94a5738b9ba3711bfb4a50f01efe5600ef4e9 (diff) |
Notes
Diffstat (limited to 'www/p5-Dancer-Plugin-Feed')
-rw-r--r-- | www/p5-Dancer-Plugin-Feed/Makefile | 26 | ||||
-rw-r--r-- | www/p5-Dancer-Plugin-Feed/distinfo | 2 | ||||
-rw-r--r-- | www/p5-Dancer-Plugin-Feed/pkg-descr | 4 | ||||
-rw-r--r-- | www/p5-Dancer-Plugin-Feed/pkg-plist | 7 |
4 files changed, 39 insertions, 0 deletions
diff --git a/www/p5-Dancer-Plugin-Feed/Makefile b/www/p5-Dancer-Plugin-Feed/Makefile new file mode 100644 index 000000000000..ac1d6efb90d9 --- /dev/null +++ b/www/p5-Dancer-Plugin-Feed/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: Dancer-Plugin-Feed +# Date created: 01 March 2011 +# Whom: Grzegorz Blach <magik@roorback.net> +# +# $FreeBSD$ +# + +PORTNAME= Dancer-Plugin-Feed +PORTVERSION= 0.1 +CATEGORIES= www perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= ../../authors/id/H/HO/HOBBESTIG/ +PKGNAMEPREFIX= p5- + +MAINTAINER= magik@roorback.net +COMMENT= Dancer plugin for generating RSS or Atom feeds + +RUN_DEPENDS= p5-Dancer>=1.175:${PORTSDIR}/www/p5-Dancer \ + p5-XML-Feed>0:${PORTSDIR}/textproc/p5-XML-Feed +BUILD_DEPENDS= ${RUN_DEPENDS} + +PERL_CONFIGURE= yes + +MAN3= Dancer::Plugin::Feed.3 + +.include <bsd.port.mk> diff --git a/www/p5-Dancer-Plugin-Feed/distinfo b/www/p5-Dancer-Plugin-Feed/distinfo new file mode 100644 index 000000000000..eea38a66a32a --- /dev/null +++ b/www/p5-Dancer-Plugin-Feed/distinfo @@ -0,0 +1,2 @@ +SHA256 (Dancer-Plugin-Feed-0.1.tar.gz) = c035e5714415a43b3c6599f7e35ff3b64f82ae365321d8a4e7a5bd8ba6004e99 +SIZE (Dancer-Plugin-Feed-0.1.tar.gz) = 3445 diff --git a/www/p5-Dancer-Plugin-Feed/pkg-descr b/www/p5-Dancer-Plugin-Feed/pkg-descr new file mode 100644 index 000000000000..bd3416e27440 --- /dev/null +++ b/www/p5-Dancer-Plugin-Feed/pkg-descr @@ -0,0 +1,4 @@ +Dancer plugin which provides an easy way to generate RSS or Atom feed. +This module relies on XML::Feed. + +WWW: http://search.cpan.org/dist/Dancer-Plugin-Feed/ diff --git a/www/p5-Dancer-Plugin-Feed/pkg-plist b/www/p5-Dancer-Plugin-Feed/pkg-plist new file mode 100644 index 000000000000..29658e058737 --- /dev/null +++ b/www/p5-Dancer-Plugin-Feed/pkg-plist @@ -0,0 +1,7 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Dancer/Plugin/Feed/.packlist +%%SITE_PERL%%/Dancer/Plugin/Feed.pm +@dirrmtry %%SITE_PERL%%/Dancer/Plugin +@dirrmtry %%SITE_PERL%%/Dancer +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Dancer/Plugin/Feed +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Dancer/Plugin +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Dancer |