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