aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authoraz <az@FreeBSD.org>2012-06-29 17:27:25 +0800
committeraz <az@FreeBSD.org>2012-06-29 17:27:25 +0800
commitde5073836cdd056c422c3271aa42a3069139a411 (patch)
tree26a7e789a24aa204c90c5b3f73187a56554a360c /net
parent304baff0c193e0d5186a15b5d351da1484830268 (diff)
downloadfreebsd-ports-gnome-de5073836cdd056c422c3271aa42a3069139a411.tar.gz
freebsd-ports-gnome-de5073836cdd056c422c3271aa42a3069139a411.tar.zst
freebsd-ports-gnome-de5073836cdd056c422c3271aa42a3069139a411.zip
- Remove SITE_PERL from *_DEPENDS
Approved by: maintainer (via IM)
Diffstat (limited to 'net')
-rw-r--r--net/p5-Beanstalk-Client/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/p5-Beanstalk-Client/Makefile b/net/p5-Beanstalk-Client/Makefile
index 6580c3248be5..fe0d09082693 100644
--- a/net/p5-Beanstalk-Client/Makefile
+++ b/net/p5-Beanstalk-Client/Makefile
@@ -15,9 +15,9 @@ PKGNAMEPREFIX= p5-
MAINTAINER= vsevolod@FreeBSD.org
COMMENT= Perl API for beanstalkd, a distributed queue daemon
-BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/YAML/Syck.pm:${PORTSDIR}/textproc/p5-YAML-Syck \
- ${SITE_PERL}/Class/Accessor/Fast.pm:${PORTSDIR}/devel/p5-Class-Accessor \
- ${SITE_PERL}/Error.pm:${PORTSDIR}/lang/p5-Error
+BUILD_DEPENDS= p5-YAML-Syck>=0:${PORTSDIR}/textproc/p5-YAML-Syck \
+ p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \
+ p5-Error>=0:${PORTSDIR}/lang/p5-Error
PERL_CONFIGURE= yes