aboutsummaryrefslogtreecommitdiffstats
path: root/archivers/p5-Compress-LZW/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'archivers/p5-Compress-LZW/Makefile')
-rw-r--r--archivers/p5-Compress-LZW/Makefile15
1 files changed, 9 insertions, 6 deletions
diff --git a/archivers/p5-Compress-LZW/Makefile b/archivers/p5-Compress-LZW/Makefile
index a39aa46c5706..c74289c4d7ca 100644
--- a/archivers/p5-Compress-LZW/Makefile
+++ b/archivers/p5-Compress-LZW/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= Compress-LZW
-PORTVERSION= 0.01
-PORTREVISION= 1
+PORTVERSION= 0.02
CATEGORIES= archivers perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -11,11 +10,15 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Pure perl implementation of LZW
+LICENSE= ART10 GPLv1
+LICENSE_COMB= dual
+
+BUILD_DEPENDS= p5-Moo>=0:${PORTSDIR}/devel/p5-Moo \
+ p5-namespace-clean>=0:${PORTSDIR}/devel/p5-namespace-clean \
+ p5-strictures>=0:${PORTSDIR}/devel/p5-strictures
+RUN_DEPENDS:= ${BUILD_DEPENDS}
+
USES= perl5
USE_PERL5= configure
-post-patch:
- @${REINPLACE_CMD} -i '' -e 's|\@hattmoward|\\@hattmoward|' \
- ${WRKSRC}/Makefile.PL
-
.include <bsd.port.mk>