diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-02-05 05:31:25 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-02-05 05:31:25 +0000 |
commit | 6bfd35011f1ffc743475f6e9822d6caa2cd2eceb (patch) | |
tree | d7169c70f140d52782ce396061f0f9f05ceca944 /archivers | |
parent | 3b64e23cb26c366f8e59414f595c2a8e193a8596 (diff) | |
download | ports-6bfd35011f1ffc743475f6e9822d6caa2cd2eceb.tar.gz ports-6bfd35011f1ffc743475f6e9822d6caa2cd2eceb.zip |
Notes
Diffstat (limited to 'archivers')
-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} |