diff options
-rw-r--r-- | devel/p5-Eval-Closure/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/devel/p5-Eval-Closure/Makefile b/devel/p5-Eval-Closure/Makefile index e052a617e028..193a90547a68 100644 --- a/devel/p5-Eval-Closure/Makefile +++ b/devel/p5-Eval-Closure/Makefile @@ -15,12 +15,15 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Safely and cleanly create closures via string eval +LICENSE= ART20 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-Sub-Exporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter \ p5-Try-Tiny>0:${PORTSDIR}/lang/p5-Try-Tiny RUN_DEPENDS:= ${BUILD_DEPENDS} -LICENSE_COMB= dual -LICENSE= ART20 GPLv1 +TEST_DEPENDS= p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal \ + p5-Test-Requires>=0:${PORTSDIR}/devel/p5-Test-Requires PERL_CONFIGURE= yes |