diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2018-06-05 02:05:23 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2018-06-05 02:05:23 +0800 |
commit | 48b401cf535c5a61c53c98f795d033af016f56be (patch) | |
tree | df200c6d0a0ee3fbe346be336a6268f525b95f4e /devel/p5-POE-Component-RSSAggregator | |
parent | eee6fc882afbac21fabd607ce16a77fa5ffbf762 (diff) | |
download | freebsd-ports-gnome-48b401cf535c5a61c53c98f795d033af016f56be.tar.gz freebsd-ports-gnome-48b401cf535c5a61c53c98f795d033af016f56be.tar.zst freebsd-ports-gnome-48b401cf535c5a61c53c98f795d033af016f56be.zip |
Add LICENSE
- Sort *_DEPENDS
- Sort PLIST
Diffstat (limited to 'devel/p5-POE-Component-RSSAggregator')
-rw-r--r-- | devel/p5-POE-Component-RSSAggregator/Makefile | 10 | ||||
-rw-r--r-- | devel/p5-POE-Component-RSSAggregator/pkg-plist | 2 |
2 files changed, 7 insertions, 5 deletions
diff --git a/devel/p5-POE-Component-RSSAggregator/Makefile b/devel/p5-POE-Component-RSSAggregator/Makefile index fb62fccbb160..d75d008eccbf 100644 --- a/devel/p5-POE-Component-RSSAggregator/Makefile +++ b/devel/p5-POE-Component-RSSAggregator/Makefile @@ -7,15 +7,17 @@ PORTREVISION= 1 CATEGORIES= devel perl5 textproc MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -#DISTNAME= ${PORTNAME}-${PORTVERSION:C/\.(.)$/\1/} MAINTAINER= perl@FreeBSD.org COMMENT= Watch Muliple RSS Feeds for New Headlines -BUILD_DEPENDS= p5-libwww>=0:www/p5-libwww \ +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-POE-Component-Client-DNS>=0.98:dns/p5-POE-Component-Client-DNS \ + p5-POE-Component-Client-HTTP>=0.51:www/p5-POE-Component-Client-HTTP \ p5-XML-RSS-Feed>=0:textproc/p5-XML-RSS-Feed \ - p5-POE-Component-Client-DNS>=0.98:dns/p5-POE-Component-Client-DNS \ - p5-POE-Component-Client-HTTP>=0.51:www/p5-POE-Component-Client-HTTP + p5-libwww>=0:www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/devel/p5-POE-Component-RSSAggregator/pkg-plist b/devel/p5-POE-Component-RSSAggregator/pkg-plist index 3d0ff289a810..e9452e345544 100644 --- a/devel/p5-POE-Component-RSSAggregator/pkg-plist +++ b/devel/p5-POE-Component-RSSAggregator/pkg-plist @@ -1,2 +1,2 @@ -%%PERL5_MAN3%%/POE::Component::RSSAggregator.3.gz %%SITE_PERL%%/POE/Component/RSSAggregator.pm +%%PERL5_MAN3%%/POE::Component::RSSAggregator.3.gz |