aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Gearman-Client-Async/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/p5-Gearman-Client-Async/Makefile')
-rw-r--r--devel/p5-Gearman-Client-Async/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/p5-Gearman-Client-Async/Makefile b/devel/p5-Gearman-Client-Async/Makefile
index f7036a89e97b..68cefb328d26 100644
--- a/devel/p5-Gearman-Client-Async/Makefile
+++ b/devel/p5-Gearman-Client-Async/Makefile
@@ -17,13 +17,13 @@ MAINTAINER= perl@FreeBSD.org
COMMENT= Asynchronous client module for Gearman for Danga::Socket applications
RUN_DEPENDS= \
- ${SITE_PERL}/Danga/Socket.pm:${PORTSDIR}/devel/p5-Danga-Socket \
- ${SITE_PERL}/Gearman/Client.pm:${PORTSDIR}/devel/p5-Gearman
+ p5-Danga-Socket>=0:${PORTSDIR}/devel/p5-Danga-Socket \
+ p5-Gearman>=0:${PORTSDIR}/devel/p5-Gearman
BUILD_DEPENDS= ${RUN_DEPENDS}
TEST_DEPENDS= p5-Gearman-Server>=0:${PORTSDIR}/devel/p5-Gearman-Server
-USE_PERL5= yes
PERL_CONFIGURE= yes
+
MAN3= Gearman::Client::Async.3
.include <bsd.port.mk>