diff options
author | az <az@FreeBSD.org> | 2013-08-06 16:50:49 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-08-06 16:50:49 +0800 |
commit | 6ec69d527f16e7be851ca78d0baa8c1295be4a17 (patch) | |
tree | 5aa3cd74114ed035ad4ba813977c32381a693ed0 /textproc | |
parent | 5b9e8eeb2ab7a129575181122f7285d0b4f41e2c (diff) | |
download | freebsd-ports-gnome-6ec69d527f16e7be851ca78d0baa8c1295be4a17.tar.gz freebsd-ports-gnome-6ec69d527f16e7be851ca78d0baa8c1295be4a17.tar.zst freebsd-ports-gnome-6ec69d527f16e7be851ca78d0baa8c1295be4a17.zip |
- Convert to new perl framework
- Trim Makefile header
Approved by: wen@ (maintainer)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-LaTeX-Pod/Makefile | 9 | ||||
-rw-r--r-- | textproc/p5-LaTeX-ToUnicode/Makefile | 9 | ||||
-rw-r--r-- | textproc/p5-Pod-HtmlEasy/Makefile | 9 | ||||
-rw-r--r-- | textproc/p5-XML-Hash-LX/Makefile | 9 |
4 files changed, 12 insertions, 24 deletions
diff --git a/textproc/p5-LaTeX-Pod/Makefile b/textproc/p5-LaTeX-Pod/Makefile index 4c96a93a49c3..8e33cde73012 100644 --- a/textproc/p5-LaTeX-Pod/Makefile +++ b/textproc/p5-LaTeX-Pod/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: LaTeX-Pod -# Date created: 10 July, 2009 -# Whom: Wen Heping <wenheping@gmail.com> -# +# Created by: Wen Heping <wenheping@gmail.com> # $FreeBSD$ -# PORTNAME= LaTeX-Pod PORTVERSION= 0.21 @@ -21,7 +17,8 @@ BUILD_DEPENDS= p5-LaTeX-TOM>=0.9:${PORTSDIR}/textproc/p5-LaTeX-TOM \ p5-boolean>=0.20:${PORTSDIR}/devel/p5-boolean RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN1= latex2pod.1 MAN3= LaTeX::Pod.3 diff --git a/textproc/p5-LaTeX-ToUnicode/Makefile b/textproc/p5-LaTeX-ToUnicode/Makefile index 448b19bf858c..d64d9ae6fcc5 100644 --- a/textproc/p5-LaTeX-ToUnicode/Makefile +++ b/textproc/p5-LaTeX-ToUnicode/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-LaTeX-ToUnicode -# Date created: March 16, 2011 -# Whom: Wen Heping <wenheping@gmail.com> -# +# Created by: Wen Heping <wenheping@gmail.com> # $FreeBSD$ -# PORTNAME= LaTeX-ToUnicode PORTVERSION= 0.03 @@ -15,7 +11,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= wen@FreeBSD.org COMMENT= Convert LaTeX commands to Unicode -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= LaTeX::ToUnicode::Tables.3 \ LaTeX::ToUnicode.3 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 diff --git a/textproc/p5-XML-Hash-LX/Makefile b/textproc/p5-XML-Hash-LX/Makefile index 2c5fcda1a551..c0364b98395d 100644 --- a/textproc/p5-XML-Hash-LX/Makefile +++ b/textproc/p5-XML-Hash-LX/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-XML-Hash-LX -# Date created: 09 Dec, 2009 -# Whom: Wen Heping <wen@FreeBSD.org> -# +# Created by: Wen Heping <wen@FreeBSD.org> # $FreeBSD$ -# PORTNAME= XML-Hash-LX PORTVERSION= 0.0603 @@ -18,7 +14,8 @@ BUILD_DEPENDS= p5-lib-abs>=0.90:${PORTSDIR}/devel/p5-lib-abs \ p5-XML-LibXML>=0:${PORTSDIR}/textproc/p5-XML-LibXML RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= XML::Hash::LX.3 |