diff options
Diffstat (limited to 'devel/p5-TAP-SimpleOutput/Makefile')
-rw-r--r-- | devel/p5-TAP-SimpleOutput/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/devel/p5-TAP-SimpleOutput/Makefile b/devel/p5-TAP-SimpleOutput/Makefile index d0326f817b78..9bdbb4d88f5f 100644 --- a/devel/p5-TAP-SimpleOutput/Makefile +++ b/devel/p5-TAP-SimpleOutput/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= TAP-SimpleOutput -PORTVERSION= 0.001 +PORTVERSION= 0.002 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= TAP @@ -10,13 +10,12 @@ PKGNAMEPREFIX= p5- MAINTAINER= lth@FreeBSD.org COMMENT= Simple closure-driven TAP generator -BUILD_DEPENDS= p5-Sub-Exporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter +LICENSE= GPLv2 + +BUILD_DEPENDS= p5-Sub-Exporter-Progressive>=0:${PORTSDIR}/devel/p5-Sub-Exporter-Progressive RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= TAP::SimpleOutput.3 - -NO_STAGE= yes .include <bsd.port.mk> |