diff options
author | vsevolod <vsevolod@FreeBSD.org> | 2012-10-19 20:32:09 +0800 |
---|---|---|
committer | vsevolod <vsevolod@FreeBSD.org> | 2012-10-19 20:32:09 +0800 |
commit | d4a27f7a862b4574c4059087c841c528a4686550 (patch) | |
tree | ecfcd66c31144137d02d4bd5cfd850dc18c29755 | |
parent | a1cc5fbc0063c08e634a9476b330e08aa7b72190 (diff) | |
download | freebsd-ports-gnome-d4a27f7a862b4574c4059087c841c528a4686550.tar.gz freebsd-ports-gnome-d4a27f7a862b4574c4059087c841c528a4686550.tar.zst freebsd-ports-gnome-d4a27f7a862b4574c4059087c841c528a4686550.zip |
Beanstalk perl client needs run dependencies in order to work correctly.
PR: 172464
Submitted by: thompsa
Feature safe: yes
-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 |