svn commit: r324026 - head/www/p5-WebService-Basecamp

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


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

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

Modified:
  head/www/p5-WebService-Basecamp/Makefile

Modified: head/www/p5-WebService-Basecamp/Makefile
==============================================================================
--- head/www/p5-WebService-Basecamp/Makefile	Wed Jul 31 09:24:32 2013	(r324025)
+++ head/www/p5-WebService-Basecamp/Makefile	Wed Jul 31 09:31:53 2013	(r324026)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-WebService-Basecamp
-# Date created:		2006-08-18
-# Whom:			Gea-Suan Lin <gslin at gslin.org>
-#
+# Created by: Gea-Suan Lin <gslin at gslin.org>
 # $FreeBSD$
-#
 
 PORTNAME=	WebService-Basecamp
 PORTVERSION=	0.1.4
@@ -18,7 +14,8 @@ RUN_DEPENDS=	p5-libwww>=0:${PORTSDIR}/ww
 		p5-XML-Simple>=0:${PORTSDIR}/textproc/p5-XML-Simple
 BUILD_DEPENDS:=	${RUN_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		WebService::Basecamp.3
 


More information about the svn-ports-all mailing list