svn commit: r313664 - head/net/p5-Net-Twitter-Lite

Masafumi Max NAKANE max at FreeBSD.org
Fri Mar 8 18:52:14 UTC 2013


Author: max
Date: Fri Mar  8 18:52:14 2013
New Revision: 313664
URL: http://svnweb.freebsd.org/changeset/ports/313664

Log:
  Update and adjust the dependencies.

Modified:
  head/net/p5-Net-Twitter-Lite/Makefile

Modified: head/net/p5-Net-Twitter-Lite/Makefile
==============================================================================
--- head/net/p5-Net-Twitter-Lite/Makefile	Fri Mar  8 18:14:12 2013	(r313663)
+++ head/net/p5-Net-Twitter-Lite/Makefile	Fri Mar  8 18:52:14 2013	(r313664)
@@ -19,8 +19,15 @@ BUILD_DEPENDS=	p5-JSON>=2.02:${PORTSDIR}
 		p5-Memoize>=0:${PORTSDIR}/devel/p5-Memoize \
 		p5-URI>=1.4:${PORTSDIR}/net/p5-URI \
 		p5-Net-OAuth>=0.25:${PORTSDIR}/net/p5-Net-OAuth \
+		p5-Crypt-SSLeay>=0.5:${PORTSDIR}/security/p5-Crypt-SSLeay \
+		p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal \
+		p5-Test-Simple>=0.98:${PORTSDIR}/devel/p5-Test-Simple
+RUN_DEPENDS=	p5-JSON>=2.02:${PORTSDIR}/converters/p5-JSON \
+		p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
+		p5-Memoize>=0:${PORTSDIR}/devel/p5-Memoize \
+		p5-URI>=1.4:${PORTSDIR}/net/p5-URI \
+		p5-Net-OAuth>=0.25:${PORTSDIR}/net/p5-Net-OAuth \
 		p5-Crypt-SSLeay>=0.5:${PORTSDIR}/security/p5-Crypt-SSLeay
-RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 PERL_CONFIGURE=	yes
 MAN3=		Net::Twitter::Lite.3 Net::Twitter::Lite::API::V1.3 \


More information about the svn-ports-all mailing list