diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-06-30 22:14:29 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-06-30 22:14:29 +0000 |
commit | 480478d95196388428c8dfe7d56454c313d5526b (patch) | |
tree | 55a18665ad683e6eaacd085217cae4fba9ab57da /news | |
parent | Remove Perl core modules (diff) |
Remove Perl core modules
- Add LICENSE
- Add NO_ARCH
- Sort PLIST
- Bump PORTREVISION for dependency change
Notes
Notes:
svn path=/head/; revision=444800
Diffstat (limited to 'news')
-rw-r--r-- | news/p5-News-Article/Makefile | 7 | ||||
-rw-r--r-- | news/p5-News-Article/pkg-plist | 8 |
2 files changed, 8 insertions, 7 deletions
diff --git a/news/p5-News-Article/Makefile b/news/p5-News-Article/Makefile index 92894b854c2a..119b96266979 100644 --- a/news/p5-News-Article/Makefile +++ b/news/p5-News-Article/Makefile @@ -3,7 +3,7 @@ PORTNAME= News-Article PORTVERSION= 1.27 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= news perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,9 +11,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Object for handling Usenet articles in mail or news form -BUILD_DEPENDS= p5-Net>=0:net/p5-Net -RUN_DEPENDS:= ${BUILD_DEPENDS} +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual +NO_ARCH= yes USES= perl5 USE_PERL5= configure diff --git a/news/p5-News-Article/pkg-plist b/news/p5-News-Article/pkg-plist index 3e65da2188d1..0e4259a8b824 100644 --- a/news/p5-News-Article/pkg-plist +++ b/news/p5-News-Article/pkg-plist @@ -1,8 +1,8 @@ -%%PERL5_MAN3%%/News::Article.3.gz -%%PERL5_MAN3%%/News::AutoReply.3.gz -%%PERL5_MAN3%%/News::FormArticle.3.gz -%%PERL5_MAN3%%/News::FormReply.3.gz %%SITE_PERL%%/News/Article.pm %%SITE_PERL%%/News/AutoReply.pm %%SITE_PERL%%/News/FormArticle.pm %%SITE_PERL%%/News/FormReply.pm +%%PERL5_MAN3%%/News::Article.3.gz +%%PERL5_MAN3%%/News::AutoReply.3.gz +%%PERL5_MAN3%%/News::FormArticle.3.gz +%%PERL5_MAN3%%/News::FormReply.3.gz |