diff options
author | Vsevolod Stakhov <vsevolod@FreeBSD.org> | 2012-10-19 12:32:09 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@FreeBSD.org> | 2012-10-19 12:32:09 +0000 |
commit | 0268f2c039f414d9c97ed8d2bd1774151c5fd396 (patch) | |
tree | ecfcd66c31144137d02d4bd5cfd850dc18c29755 /net/p5-Beanstalk-Client | |
parent | 63761d19796d6a34008eda8dfcd4656c0e38ac43 (diff) | |
download | ports-0268f2c039f414d9c97ed8d2bd1774151c5fd396.tar.gz ports-0268f2c039f414d9c97ed8d2bd1774151c5fd396.zip |
Notes
Diffstat (limited to 'net/p5-Beanstalk-Client')
-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 |