diff options
Diffstat (limited to 'archivers/p5-Archive-Peek/Makefile')
-rw-r--r-- | archivers/p5-Archive-Peek/Makefile | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/archivers/p5-Archive-Peek/Makefile b/archivers/p5-Archive-Peek/Makefile index 0919be4f7179..bbae5796bf0d 100644 --- a/archivers/p5-Archive-Peek/Makefile +++ b/archivers/p5-Archive-Peek/Makefile @@ -3,7 +3,7 @@ PORTNAME= Archive-Peek PORTVERSION= 0.35 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= archivers perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,19 +11,18 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Peek into archives without extracting them -BUILD_DEPENDS= p5-Archive-Tar>=0:archivers/p5-Archive-Tar \ - p5-Archive-Zip>=0:archivers/p5-Archive-Zip \ +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= p5-Archive-Zip>=0:archivers/p5-Archive-Zip \ p5-Moose>=0:devel/p5-Moose \ p5-MooseX-Types-Path-Class>=0:devel/p5-MooseX-Types-Path-Class RUN_DEPENDS:= ${BUILD_DEPENDS} - TEST_DEPENDS= p5-Test-Pod>=1.14:devel/p5-Test-Pod USES= perl5 USE_PERL5= configure NO_ARCH= yes -regression-test: build - cd ${WRKSRC}/ && ${MAKE} test - .include <bsd.port.mk> |