diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2015-02-25 18:50:37 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2015-02-25 18:50:37 +0000 |
commit | 69b1761a4a81ecf3a6a400b60008a7a4633a8c38 (patch) | |
tree | 31223f5b9680dee6bb91926317b90eb0adad32d9 /devel/p5-Sub-Multi/Makefile | |
parent | e539e73ccd110c5966cc846ffcbf9160127fc57b (diff) |
Notes
Diffstat (limited to 'devel/p5-Sub-Multi/Makefile')
-rw-r--r-- | devel/p5-Sub-Multi/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/p5-Sub-Multi/Makefile b/devel/p5-Sub-Multi/Makefile index d83ea2c141e1..820c511e6211 100644 --- a/devel/p5-Sub-Multi/Makefile +++ b/devel/p5-Sub-Multi/Makefile @@ -12,9 +12,9 @@ MAINTAINER= perl@FreeBSD.org COMMENT= Data::Bind-based multi-sub dispatch BUILD_DEPENDS= p5-Class-Multimethods-Pure>=0.11:${PORTSDIR}/devel/p5-Class-Multimethods-Pure \ - p5-Data-Bind>=0.26:${PORTSDIR}/devel/p5-Data-Bind \ - p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception + p5-Data-Bind>=0.26:${PORTSDIR}/devel/p5-Data-Bind RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception USES= perl5 USE_PERL5= configure |