Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Oct 2012 12:32:10 +0000 (UTC)
From:      Vsevolod Stakhov <vsevolod@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r306117 - head/net/p5-Beanstalk-Client
Message-ID:  <201210191232.q9JCWAkV089495@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: vsevolod
Date: Fri Oct 19 12:32:09 2012
New Revision: 306117
URL: http://svn.freebsd.org/changeset/ports/306117

Log:
  Beanstalk perl client needs run dependencies in order to work correctly.
  
  PR:	172464
  Submitted by:	thompsa
  Feature safe:	yes

Modified:
  head/net/p5-Beanstalk-Client/Makefile

Modified: head/net/p5-Beanstalk-Client/Makefile
==============================================================================
--- head/net/p5-Beanstalk-Client/Makefile	Fri Oct 19 12:27:52 2012	(r306116)
+++ head/net/p5-Beanstalk-Client/Makefile	Fri Oct 19 12:32:09 2012	(r306117)
@@ -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 dist
 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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210191232.q9JCWAkV089495>