aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authoraz <az@FreeBSD.org>2013-09-03 03:32:09 +0800
committeraz <az@FreeBSD.org>2013-09-03 03:32:09 +0800
commitdbbd3077dd3822f2256cc72c0dd62d6ba8ae2677 (patch)
tree089bc45eb46280a48ac3c55f4090197166f2e04d /net
parent99c575375b13b6b2a904c3be7f13ddb1de89ff2f (diff)
downloadfreebsd-ports-gnome-dbbd3077dd3822f2256cc72c0dd62d6ba8ae2677.tar.gz
freebsd-ports-gnome-dbbd3077dd3822f2256cc72c0dd62d6ba8ae2677.tar.zst
freebsd-ports-gnome-dbbd3077dd3822f2256cc72c0dd62d6ba8ae2677.zip
- Convert to the new perl5 framework
- Trim Makefile header
Diffstat (limited to 'net')
-rw-r--r--net/p5-AnyEvent-Twitter-Stream/Makefile9
-rw-r--r--net/p5-AnyEvent-Twitter/Makefile9
2 files changed, 6 insertions, 12 deletions
diff --git a/net/p5-AnyEvent-Twitter-Stream/Makefile b/net/p5-AnyEvent-Twitter-Stream/Makefile
index 9a7c8028c29e..2f69802adb52 100644
--- a/net/p5-AnyEvent-Twitter-Stream/Makefile
+++ b/net/p5-AnyEvent-Twitter-Stream/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: AnyEvent::Twitter::Stream
-# Date created: 2010-04-18
-# Whom: Sahil Tandon <sahil@FreeBSD.org>
-#
+# Created by: Sahil Tandon <sahil@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= AnyEvent-Twitter-Stream
PORTVERSION= 0.26
@@ -19,7 +15,8 @@ RUN_DEPENDS= p5-AnyEvent>=0:${PORTSDIR}/devel/p5-AnyEvent \
p5-JSON>=2.0:${PORTSDIR}/converters/p5-JSON \
p5-URI>=0:${PORTSDIR}/net/p5-URI
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= AnyEvent::Twitter::Stream.3
diff --git a/net/p5-AnyEvent-Twitter/Makefile b/net/p5-AnyEvent-Twitter/Makefile
index a1522bc18ecc..4d92ccd7369c 100644
--- a/net/p5-AnyEvent-Twitter/Makefile
+++ b/net/p5-AnyEvent-Twitter/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: AnyEvent::Twitter
-# Date created: 07 Nov 2009
-# Whom: Sahil Tandon <sahil@tandon.net>
-#
+# Created by: Sahil Tandon <sahil@tandon.net>
# $FreeBSD$
-#
PORTNAME= AnyEvent-Twitter
PORTVERSION= 0.64
@@ -22,7 +18,8 @@ BUILD_DEPENDS= p5-AnyEvent>=5.34:${PORTSDIR}/devel/p5-AnyEvent \
RUN_DEPENDS:= ${BUILD_DEPENDS}
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= AnyEvent::Twitter.3