1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00

Convert to new perl order, add perl as patch dependency

This commit is contained in:
Baptiste Daroussin 2013-07-31 09:59:23 +00:00
parent 28a37ebbf8
commit 89b7ae1d51
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=324028

View File

@ -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:${PORTSDIR}/devel/p5-Array-Group \
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