diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-02-05 13:31:33 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-02-05 13:31:33 +0800 |
commit | 02351745871f79c58dce021aaba4aec3bbd30a99 (patch) | |
tree | d074694207c6c9ba9df73ae544d089c074d2bb78 /archivers | |
parent | 87229a63b4fc89ccae1e8f1733d9c11aed7b5624 (diff) | |
download | freebsd-ports-gnome-02351745871f79c58dce021aaba4aec3bbd30a99.tar.gz freebsd-ports-gnome-02351745871f79c58dce021aaba4aec3bbd30a99.tar.zst freebsd-ports-gnome-02351745871f79c58dce021aaba4aec3bbd30a99.zip |
Use real PORTVERSION
- Add LICENSE
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/p5-POE-Filter-Zlib/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/archivers/p5-POE-Filter-Zlib/Makefile b/archivers/p5-POE-Filter-Zlib/Makefile index 09064db6d30e..6f14b123fd6c 100644 --- a/archivers/p5-POE-Filter-Zlib/Makefile +++ b/archivers/p5-POE-Filter-Zlib/Makefile @@ -2,16 +2,18 @@ # $FreeBSD$ PORTNAME= POE-Filter-Zlib -PORTVERSION= 2.0.2 -PORTREVISION= 2 +PORTVERSION= 2.02 CATEGORIES= archivers perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E} MAINTAINER= perl@FreeBSD.org COMMENT= POE filter wrapped around Compress::Zlib +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE + BUILD_DEPENDS= p5-POE>=0.38:devel/p5-POE RUN_DEPENDS:= ${BUILD_DEPENDS} |