diff options
author | Steve Wills <swills@FreeBSD.org> | 2012-02-15 02:47:34 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2012-02-15 02:47:34 +0000 |
commit | 48f524b3fd3d61b4b2ad4d378b1dbc981337b137 (patch) | |
tree | d7b5ffbc995d63510bf0b0db58c3cd93c9ae3dc3 /devel/p5-Data-Rmap | |
parent | 548d21646c9ce954e8e474062440d3438cde3d55 (diff) | |
download | ports-48f524b3fd3d61b4b2ad4d378b1dbc981337b137.tar.gz ports-48f524b3fd3d61b4b2ad4d378b1dbc981337b137.zip |
Notes
Diffstat (limited to 'devel/p5-Data-Rmap')
-rw-r--r-- | devel/p5-Data-Rmap/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/p5-Data-Rmap/Makefile b/devel/p5-Data-Rmap/Makefile index f7874071cc2a..c3422811566d 100644 --- a/devel/p5-Data-Rmap/Makefile +++ b/devel/p5-Data-Rmap/Makefile @@ -14,6 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= gslin@gslin.org COMMENT= Recursive map, apply a block to a data structure +TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception + PERL_MODBUILD= yes USE_PERL5_RUN= 5.8.1+ |