Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Sep 2013 11:00:16 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r326268 - head/net/p5-AnyEvent-Twitter-Stream
Message-ID:  <201309041100.r84B0GWL000685@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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
 



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