aboutsummaryrefslogtreecommitdiff
path: root/archivers/p5-POE-Filter-Bzip2
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-02-05 05:31:17 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-02-05 05:31:17 +0000
commitb88d69b386df153dcff90b136df73be434485a82 (patch)
treef7668519037ac0382d49f9a0ce1ff9521c3d9c45 /archivers/p5-POE-Filter-Bzip2
parent015b52770c3ac7373c253d6a740386a4fa98f2da (diff)
downloadports-b88d69b386df153dcff90b136df73be434485a82.tar.gz
ports-b88d69b386df153dcff90b136df73be434485a82.zip
Use real PORTVERSION
- Add LICENSE
Notes
Notes: svn path=/head/; revision=433357
Diffstat (limited to 'archivers/p5-POE-Filter-Bzip2')
-rw-r--r--archivers/p5-POE-Filter-Bzip2/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/archivers/p5-POE-Filter-Bzip2/Makefile b/archivers/p5-POE-Filter-Bzip2/Makefile
index ab8ec74969f8..e94f4553bafb 100644
--- a/archivers/p5-POE-Filter-Bzip2/Makefile
+++ b/archivers/p5-POE-Filter-Bzip2/Makefile
@@ -2,16 +2,18 @@
# $FreeBSD$
PORTNAME= POE-Filter-Bzip2
-PORTVERSION= 1.5.8
-PORTREVISION= 1
+PORTVERSION= 1.58
CATEGORIES= archivers perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
-DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E}
MAINTAINER= perl@FreeBSD.org
COMMENT= POE filter wrapped around Compress::Bzip2
+LICENSE= ART10 GPLv1
+LICENSE_COMB= dual
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
BUILD_DEPENDS= p5-Compress-Bzip2>=2.08:archivers/p5-Compress-Bzip2 \
p5-POE>=0.38:devel/p5-POE
RUN_DEPENDS:= ${BUILD_DEPENDS}