diff options
Diffstat (limited to 'devel/p5-Hash-MultiValue')
-rw-r--r-- | devel/p5-Hash-MultiValue/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/p5-Hash-MultiValue/Makefile b/devel/p5-Hash-MultiValue/Makefile index 227d31020ad7..376f5bf6d92b 100644 --- a/devel/p5-Hash-MultiValue/Makefile +++ b/devel/p5-Hash-MultiValue/Makefile @@ -9,13 +9,12 @@ PKGNAMEPREFIX= p5- MAINTAINER= kuriyama@FreeBSD.org COMMENT= Perl extension to store multiple values per key -BUILD_DEPENDS= p5-Module-Build-Tiny>0:${PORTSDIR}/devel/p5-Module-Build-Tiny TEST_DEPENDS= p5-UNIVERSAL-ref>0:${PORTSDIR}/devel/p5-UNIVERSAL-ref +NO_STAGE= yes USES= perl5 USE_PERL5= configure MAN3= Hash::MultiValue.3 -NO_STAGE= yes .include <bsd.port.mk> |