svn commit: r324024 - head/www/p5-Net-GeoPlanet

Baptiste Daroussin bapt at FreeBSD.org
Wed Jul 31 09:24:24 UTC 2013


Author: bapt
Date: Wed Jul 31 09:24:23 2013
New Revision: 324024
URL: http://svnweb.freebsd.org/changeset/ports/324024

Log:
  Convert to new perl order this fixes an undetermined fallout

Modified:
  head/www/p5-Net-GeoPlanet/Makefile

Modified: head/www/p5-Net-GeoPlanet/Makefile
==============================================================================
--- head/www/p5-Net-GeoPlanet/Makefile	Wed Jul 31 09:21:56 2013	(r324023)
+++ head/www/p5-Net-GeoPlanet/Makefile	Wed Jul 31 09:24:23 2013	(r324024)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-Net-GeoPlanet
-# Date created:				2008-08-05
-# Whom:					Steven Kreuzer <skreuzer at exit2shell.com>
-#
+# Created by: Steven Kreuzer <skreuzer at exit2shell.com>
 # $FreeBSD$
-#
 
 PORTNAME=	Net-GeoPlanet
 PORTVERSION=	0.2
@@ -19,7 +15,8 @@ RUN_DEPENDS=	p5-libwww>=5.805:${PORTSDIR
 		p5-Test-Simple>=0.74:${PORTSDIR}/devel/p5-Test-Simple
 BUILD_DEPENDS:=	${RUN_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Net::GeoPlanet.3
 


More information about the svn-ports-all mailing list