diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-02-05 13:31:29 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-02-05 13:31:29 +0800 |
commit | 87229a63b4fc89ccae1e8f1733d9c11aed7b5624 (patch) | |
tree | 6add6dcf6370ec0f46a2fcea54281a3f9db2039a | |
parent | 41310e2c3e04cfd83aebca97f10024b5815ca476 (diff) | |
download | freebsd-ports-gnome-87229a63b4fc89ccae1e8f1733d9c11aed7b5624.tar.gz freebsd-ports-gnome-87229a63b4fc89ccae1e8f1733d9c11aed7b5624.tar.zst freebsd-ports-gnome-87229a63b4fc89ccae1e8f1733d9c11aed7b5624.zip |
Use real PORTVERSION
- Add LICENSE
-rw-r--r-- | archivers/p5-POE-Filter-LZW/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/archivers/p5-POE-Filter-LZW/Makefile b/archivers/p5-POE-Filter-LZW/Makefile index 540fd94b2dcc..27bf476557d4 100644 --- a/archivers/p5-POE-Filter-LZW/Makefile +++ b/archivers/p5-POE-Filter-LZW/Makefile @@ -2,16 +2,18 @@ # $FreeBSD$ PORTNAME= POE-Filter-LZW -PORTVERSION= 1.7.2 -PORTREVISION= 1 +PORTVERSION= 1.72 CATEGORIES= archivers perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E} MAINTAINER= perl@FreeBSD.org COMMENT= POE filter wrapped around Compress::LZW +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE + BUILD_DEPENDS= p5-Compress-LZW>=0:archivers/p5-Compress-LZW \ p5-POE>=0.38:devel/p5-POE RUN_DEPENDS:= ${BUILD_DEPENDS} |