diff options
author | az <az@FreeBSD.org> | 2013-09-11 14:27:41 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-11 14:27:41 +0800 |
commit | df474c4f0c8d1699ecfe3144d513c310e00a1d96 (patch) | |
tree | 9c7a921a41846d7fee0232dbaa25c40f34783fd1 /textproc/p5-HTML-FormatText-WithLinks | |
parent | 4450b7cdf46a83c66afc9368754b5754e6614774 (diff) | |
download | freebsd-ports-gnome-df474c4f0c8d1699ecfe3144d513c310e00a1d96.tar.gz freebsd-ports-gnome-df474c4f0c8d1699ecfe3144d513c310e00a1d96.tar.zst freebsd-ports-gnome-df474c4f0c8d1699ecfe3144d513c310e00a1d96.zip |
- 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/Makefile | 9 |
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> |