diff options
author | swills <swills@FreeBSD.org> | 2011-10-07 01:21:44 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2011-10-07 01:21:44 +0800 |
commit | 3849fdbf01cca66340fcdaa5eb56caa59fe5900f (patch) | |
tree | c542589a4a70e37cd5e660c5924a04617acb80c3 /devel/p5-Eval-Closure | |
parent | 560ebdc615890c0c79f1ed20e17ea8bd00b21cf9 (diff) | |
download | freebsd-ports-gnome-3849fdbf01cca66340fcdaa5eb56caa59fe5900f.tar.gz freebsd-ports-gnome-3849fdbf01cca66340fcdaa5eb56caa59fe5900f.tar.zst freebsd-ports-gnome-3849fdbf01cca66340fcdaa5eb56caa59fe5900f.zip |
- Add test dependencies to enable testing
- Pet portlint while here
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 |