svn commit: r324012 - head/textproc/p5-xmltv

Baptiste Daroussin bapt at FreeBSD.org
Wed Jul 31 07:23:26 UTC 2013


Author: bapt
Date: Wed Jul 31 07:23:26 2013
New Revision: 324012
URL: http://svnweb.freebsd.org/changeset/ports/324012

Log:
  Convert to new perl order

Modified:
  head/textproc/p5-xmltv/Makefile

Modified: head/textproc/p5-xmltv/Makefile
==============================================================================
--- head/textproc/p5-xmltv/Makefile	Wed Jul 31 07:22:11 2013	(r324011)
+++ head/textproc/p5-xmltv/Makefile	Wed Jul 31 07:23:26 2013	(r324012)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	xmltv
-# Date created:		Mon Nov 4 02:56:34 UTC 2002
-# Whom:			Mario Sergio Fujikawa Ferreira <lioux at FreeBSD.org>
-#
+# Created by: Mario Sergio Fujikawa Ferreira <lioux at FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	xmltv
 PORTVERSION=	0.5.61
@@ -47,8 +43,9 @@ XMLTV_DEPENDS=	\
 BUILD_DEPENDS=	${XMLTV_DEPENDS}
 RUN_DEPENDS=	${XMLTV_DEPENDS}
 
+USES=		perl5
 USE_BZIP2=	yes
-PERL_CONFIGURE=	yes
+USE_PERL5=	configure
 
 DOCSDIR=	${PREFIX}/share/doc/${PORTNAME}-${PORTVERSION}
 


More information about the svn-ports-all mailing list