diff options
-rw-r--r-- | net/p5-Beanstalk-Client/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/net/p5-Beanstalk-Client/Makefile b/net/p5-Beanstalk-Client/Makefile index fe0d09082693..3386db26a675 100644 --- a/net/p5-Beanstalk-Client/Makefile +++ b/net/p5-Beanstalk-Client/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: p5-Beanstalk-Client -# Date created: 2009-11-12 -# Whom: Vsevolod Stakhov <vsevolod@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= Beanstalk-Client PORTVERSION= 1.06 @@ -18,6 +13,7 @@ COMMENT= Perl API for beanstalkd, a distributed queue daemon 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 +RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |