aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2013-09-30 22:43:41 +0800
committersunpoet <sunpoet@FreeBSD.org>2013-09-30 22:43:41 +0800
commit28d78e06dc744d6fc71ace0149e175202de3401e (patch)
tree4ecf9d2b248de0d1b5d8b21e252469c041e3e657 /devel
parentd311f36617c841dcf96b265d21128d169ed9e119 (diff)
downloadfreebsd-ports-gnome-28d78e06dc744d6fc71ace0149e175202de3401e.tar.gz
freebsd-ports-gnome-28d78e06dc744d6fc71ace0149e175202de3401e.tar.zst
freebsd-ports-gnome-28d78e06dc744d6fc71ace0149e175202de3401e.zip
- Remove unnecessary BUILD_DEPENDS
With hat: perl
Diffstat (limited to 'devel')
-rw-r--r--devel/p5-Hash-MultiValue/Makefile3
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>