summaryrefslogtreecommitdiff
path: root/textproc/p5-HTML-FormatText-WithLinks
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2013-09-11 06:27:41 +0000
committerAndrej Zverev <az@FreeBSD.org>2013-09-11 06:27:41 +0000
commit0faac6c323364fb8c2e81c8de2d24da503853d9c (patch)
tree9c7a921a41846d7fee0232dbaa25c40f34783fd1 /textproc/p5-HTML-FormatText-WithLinks
parent- convert to the new perl5 framework (diff)
- convert to the new perl5 framework
- trim Makefile header Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'textproc/p5-HTML-FormatText-WithLinks')
-rw-r--r--textproc/p5-HTML-FormatText-WithLinks/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/textproc/p5-HTML-FormatText-WithLinks/Makefile b/textproc/p5-HTML-FormatText-WithLinks/Makefile
index 1f44fe9f6abd..68de40269973 100644
--- a/textproc/p5-HTML-FormatText-WithLinks/Makefile
+++ b/textproc/p5-HTML-FormatText-WithLinks/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-HTML-FormatText-WithLinks
-# Date created: 2007-08-10
-# Whom: loader <loader@freebsdmall.com>
-#
+# Created by: loader <loader@freebsdmall.com>
# $FreeBSD$
-#
PORTNAME= HTML-FormatText-WithLinks
PORTVERSION= 0.14
@@ -18,7 +14,8 @@ BUILD_DEPENDS= p5-HTML-Format>=0:${PORTSDIR}/textproc/p5-HTML-Format \
p5-URI>=0:${PORTSDIR}/net/p5-URI
RUN_DEPENDS:= ${BUILD_DEPENDS}
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= HTML::FormatText::WithLinks.3
.include <bsd.port.mk>