svn commit: r326268 - head/net/p5-AnyEvent-Twitter-Stream

Mathieu Arnold mat at FreeBSD.org
Wed Sep 4 11:00:16 UTC 2013


Author: mat
Date: Wed Sep  4 11:00:15 2013
New Revision: 326268
URL: http://svnweb.freebsd.org/changeset/ports/326268

Log:
  This one uses Module::Build::Tiny to build.

Modified:
  head/net/p5-AnyEvent-Twitter-Stream/Makefile

Modified: head/net/p5-AnyEvent-Twitter-Stream/Makefile
==============================================================================
--- head/net/p5-AnyEvent-Twitter-Stream/Makefile	Wed Sep  4 09:55:38 2013	(r326267)
+++ head/net/p5-AnyEvent-Twitter-Stream/Makefile	Wed Sep  4 11:00:15 2013	(r326268)
@@ -10,13 +10,14 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl at FreeBSD.org
 COMMENT=	A perl module to receive Twitter streaming API in an event loop
 
+BUILD_DEPENDS=	p5-Module-Build-Tiny>=0.023:${PORTSDIR}/devel/p5-Module-Build-Tiny
 RUN_DEPENDS=	p5-AnyEvent>=0:${PORTSDIR}/devel/p5-AnyEvent \
 		p5-AnyEvent-HTTP>=2.0:${PORTSDIR}/www/p5-AnyEvent-HTTP \
 		p5-JSON>=2.0:${PORTSDIR}/converters/p5-JSON \
 		p5-URI>=0:${PORTSDIR}/net/p5-URI
 
 USES=		perl5
-USE_PERL5=	configure
+USE_PERL5=	modbuild
 
 MAN3=		AnyEvent::Twitter::Stream.3
 


More information about the svn-ports-all mailing list