diff options
author | Steve Wills <swills@FreeBSD.org> | 2011-10-06 17:21:44 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2011-10-06 17:21:44 +0000 |
commit | 8da79fc605b4816fb9c57cb6645e6b725d212045 (patch) | |
tree | 2fd02458761fad93a1e2869506ced3787a6e1017 /devel/p5-Eval-Closure | |
parent | 6b57067f6143087a3858d7ddb9daaf0708f82b0a (diff) |
Notes
Diffstat (limited to 'devel/p5-Eval-Closure')
-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 |