diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-03-22 03:55:45 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-03-22 03:55:45 +0800 |
commit | 07e589b31e8c7e145edf00fa0932ef4ab2fa7756 (patch) | |
tree | 917e11893acfa79084c2b908c8ca219a464d9a24 /textproc | |
parent | 0d98c2d1bca2fb710731d8c7cc5dfca84013e08a (diff) | |
download | freebsd-ports-gnome-07e589b31e8c7e145edf00fa0932ef4ab2fa7756.tar.gz freebsd-ports-gnome-07e589b31e8c7e145edf00fa0932ef4ab2fa7756.tar.zst freebsd-ports-gnome-07e589b31e8c7e145edf00fa0932ef4ab2fa7756.zip |
- Fix *_DEPENDS: version 0.82+ is already in all supported Perl releases
- Add LICENSE [1]
- Bump PORTREVISION for dependency change
Approved by: portmgr (blanket) [1]
With hat: perl
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Pod-HtmlEasy/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/textproc/p5-Pod-HtmlEasy/Makefile b/textproc/p5-Pod-HtmlEasy/Makefile index 9baf90efdfe1..f2c6ab2d5227 100644 --- a/textproc/p5-Pod-HtmlEasy/Makefile +++ b/textproc/p5-Pod-HtmlEasy/Makefile @@ -3,7 +3,7 @@ PORTNAME= Pod-HtmlEasy PORTVERSION= 1.0108 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,8 +11,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= wen@FreeBSD.org COMMENT= Generate personalized HTML from PODs -BUILD_DEPENDS= p5-version>=0.72:${PORTSDIR}/devel/p5-version \ - p5-File-Slurp>=9999.13:${PORTSDIR}/devel/p5-File-Slurp \ +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-File-Slurp>=9999.13:${PORTSDIR}/devel/p5-File-Slurp \ p5-IPC-Run>=0.8:${PORTSDIR}/devel/p5-IPC-Run \ p5-Exporter-Easy>=0:${PORTSDIR}/devel/p5-Exporter-Easy \ p5-Readonly>=1.03:${PORTSDIR}/devel/p5-Readonly \ |