svn commit: r324028 - head/www/p5-HTML-Element-Library

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


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

Log:
  Convert to new perl order, add perl as patch dependency

Modified:
  head/www/p5-HTML-Element-Library/Makefile

Modified: head/www/p5-HTML-Element-Library/Makefile
==============================================================================
--- head/www/p5-HTML-Element-Library/Makefile	Wed Jul 31 09:43:18 2013	(r324027)
+++ head/www/p5-HTML-Element-Library/Makefile	Wed Jul 31 09:59:23 2013	(r324028)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-HTML-Element-Library
-# Date created:				2007/02/14
-# Whom:					chinsan
-#
+# Created by: chinsan
 # $FreeBSD$
-#
 
 PORTNAME=	HTML-Element-Library
 PORTVERSION=	5.112.170
@@ -27,12 +23,13 @@ BUILD_DEPENDS=	p5-Array-Group>=0:${PORTS
 		p5-Scalar-Listify>=0:${PORTSDIR}/devel/p5-Scalar-Listify
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	patch configure
 
 MAN3=		HTML::Element::Library::Changes.3 \
 		HTML::Element::Library.3
 
-post-extract:
+post-patch:
 	@cd ${WRKSRC} && pod2text lib/HTML/Element/Library.pm > README
 	@cd ${WRKSRC} && pod2text lib/HTML/Element/Library/Changes.pod > CHANGES
 


More information about the svn-ports-all mailing list