diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-09-30 14:43:41 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-09-30 14:43:41 +0000 |
commit | a73ba9e0721ee77765b6a7e2a91f7f95eac16ae8 (patch) | |
tree | 4ecf9d2b248de0d1b5d8b21e252469c041e3e657 /devel/p5-Hash-MultiValue | |
parent | 3db1cfe1fa262713e0eaa44f957c57463ca41ed8 (diff) |
Notes
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> |