diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-08-06 08:50:49 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-08-06 08:50:49 +0000 |
commit | 2c25cf429d2666ce14bd7dc8623ba038953a470e (patch) | |
tree | 5aa3cd74114ed035ad4ba813977c32381a693ed0 /textproc/p5-Pod-HtmlEasy | |
parent | 9bb16a96a346d4c10541421482ceac831cf26d46 (diff) |
Notes
Diffstat (limited to 'textproc/p5-Pod-HtmlEasy')
-rw-r--r-- | textproc/p5-Pod-HtmlEasy/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/textproc/p5-Pod-HtmlEasy/Makefile b/textproc/p5-Pod-HtmlEasy/Makefile index ea88fac819f3..67aa7761c971 100644 --- a/textproc/p5-Pod-HtmlEasy/Makefile +++ b/textproc/p5-Pod-HtmlEasy/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Pod-HtmlEasy -# Date created: 21 Jan, 201 -# Whom: Wen Heping <wen@FreeBSD.org> -# +# Created by: Wen Heping <wen@FreeBSD.org> # $FreeBSD$ -# PORTNAME= Pod-HtmlEasy PORTVERSION= 1.0108 @@ -24,7 +20,8 @@ BUILD_DEPENDS= p5-version>=0.72:${PORTSDIR}/devel/p5-version \ p5-Pod-Escapes>=0:${PORTSDIR}/textproc/p5-Pod-Escapes RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN1= pod2indexed_html.pl.1 MAN3= Pod::HtmlEasy.3 |