aboutsummaryrefslogtreecommitdiffstats
path: root/archivers
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2017-02-05 13:31:21 +0800
committersunpoet <sunpoet@FreeBSD.org>2017-02-05 13:31:21 +0800
commit4966b8ad5dd486a09a4714387a7da287ae5d3ce9 (patch)
treeadc7c859bb2f63e9d0e30e10384fd9ef0bb39409 /archivers
parent085ff409cd6b96b0a289dd0cf5e115d8ca3f2802 (diff)
downloadfreebsd-ports-gnome-4966b8ad5dd486a09a4714387a7da287ae5d3ce9.tar.gz
freebsd-ports-gnome-4966b8ad5dd486a09a4714387a7da287ae5d3ce9.tar.zst
freebsd-ports-gnome-4966b8ad5dd486a09a4714387a7da287ae5d3ce9.zip
Use real PORTVERSION
- Add LICENSE
Diffstat (limited to 'archivers')
-rw-r--r--archivers/p5-POE-Filter-LZF/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/archivers/p5-POE-Filter-LZF/Makefile b/archivers/p5-POE-Filter-LZF/Makefile
index d4ee27e1d66b..b97f3891f63e 100644
--- a/archivers/p5-POE-Filter-LZF/Makefile
+++ b/archivers/p5-POE-Filter-LZF/Makefile
@@ -2,16 +2,18 @@
# $FreeBSD$
PORTNAME= POE-Filter-LZF
-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::LZF
+LICENSE= ART10 GPLv1
+LICENSE_COMB= dual
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
BUILD_DEPENDS= p5-Compress-LZF>=1.51:archivers/p5-Compress-LZF \
p5-POE>=0.38:devel/p5-POE
RUN_DEPENDS:= ${BUILD_DEPENDS}