diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-07-01 06:14:29 +0800 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-07-01 06:14:29 +0800 |
commit | 480478d95196388428c8dfe7d56454c313d5526b (patch) | |
tree | 55a18665ad683e6eaacd085217cae4fba9ab57da /news/p5-News-Article/Makefile | |
parent | 8e39e53641254e386b7282c29899be48d98a31b9 (diff) | |
download | freebsd-ports-gnome-480478d95196388428c8dfe7d56454c313d5526b.tar.gz freebsd-ports-gnome-480478d95196388428c8dfe7d56454c313d5526b.tar.zst freebsd-ports-gnome-480478d95196388428c8dfe7d56454c313d5526b.zip |
Remove Perl core modules
- Add LICENSE
- Add NO_ARCH
- Sort PLIST
- Bump PORTREVISION for dependency change
Diffstat (limited to 'news/p5-News-Article/Makefile')
-rw-r--r-- | news/p5-News-Article/Makefile | 7 |
1 files changed, 4 insertions, 3 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 |