diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-03-21 19:55:50 +0000 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-03-21 19:55:50 +0000 |
commit | 6aedad7a9d422b08566c893016ea23675c26f1b0 (patch) | |
tree | 5d9bb15a52c6ad66ca34b10f802b7ca50eaf4d0d | |
parent | 07e589b31e8c7e145edf00fa0932ef4ab2fa7756 (diff) | |
download | FreeBSD-ports-6aedad7a9d422b08566c893016ea23675c26f1b0.zip FreeBSD-ports-6aedad7a9d422b08566c893016ea23675c26f1b0.tar.gz |
- Fix *_DEPENDS: version is already in all supported Perl releases
- Add LICENSE [1]
- Use CPAN :id subdir macro
- Bump PORTREVISION for dependency change
Approved by: portmgr (blanket) [1]
With hat: perl
-rw-r--r-- | textproc/p5-Text-Autoformat/Makefile | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/textproc/p5-Text-Autoformat/Makefile b/textproc/p5-Text-Autoformat/Makefile index a5da40b..6a71f72 100644 --- a/textproc/p5-Text-Autoformat/Makefile +++ b/textproc/p5-Text-Autoformat/Makefile @@ -3,16 +3,20 @@ PORTNAME= Text-Autoformat PORTVERSION= 1.670.000 +PORTREVISION= 1 CATEGORIES= textproc perl5 -MASTER_SITES= CPAN/../../authors/id/N/NE/NEILB +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:NEILB PKGNAMEPREFIX= p5- DISTNAME= ${PORTNAME}-${PORTVERSION:C/0\.(000)$//} MAINTAINER= tobez@FreeBSD.org COMMENT= Automatic and manual text wrapping and reformating formatting -BUILD_DEPENDS= p5-version>=0:${PORTSDIR}/devel/p5-version \ - p5-Text-Reform>=1.11:${PORTSDIR}/textproc/p5-Text-Reform +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-Text-Reform>=1.11:${PORTSDIR}/textproc/p5-Text-Reform RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 |