Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 31 Jul 2013 09:59:23 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r324028 - head/www/p5-HTML-Element-Library
Message-ID:  <201307310959.r6V9xN9X002937@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307310959.r6V9xN9X002937>