aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2017-02-05 13:31:17 +0800
committersunpoet <sunpoet@FreeBSD.org>2017-02-05 13:31:17 +0800
commit085ff409cd6b96b0a289dd0cf5e115d8ca3f2802 (patch)
treef7668519037ac0382d49f9a0ce1ff9521c3d9c45
parente0666f8b7f2b3e45323fb5fdf6ceba0224126266 (diff)
downloadfreebsd-ports-gnome-085ff409cd6b96b0a289dd0cf5e115d8ca3f2802.tar.gz
freebsd-ports-gnome-085ff409cd6b96b0a289dd0cf5e115d8ca3f2802.tar.zst
freebsd-ports-gnome-085ff409cd6b96b0a289dd0cf5e115d8ca3f2802.zip
Use real PORTVERSION
- Add LICENSE
-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}