diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-11 07:40:59 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-11 07:40:59 +0000 |
commit | a86ce80411f5376ef08742005c5577ecaca6237e (patch) | |
tree | db761ba3ec92ee6c12e57999369b5d53039d5b26 /textproc/p5-Template-Plugin-Autoformat | |
parent | e7c9448cda64a2955274d3005159c782d6fff06a (diff) | |
download | ports-a86ce80411f5376ef08742005c5577ecaca6237e.tar.gz ports-a86ce80411f5376ef08742005c5577ecaca6237e.zip |
Notes
Diffstat (limited to 'textproc/p5-Template-Plugin-Autoformat')
-rw-r--r-- | textproc/p5-Template-Plugin-Autoformat/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/textproc/p5-Template-Plugin-Autoformat/Makefile b/textproc/p5-Template-Plugin-Autoformat/Makefile index 3e05b7866be0..5e4f37e6249a 100644 --- a/textproc/p5-Template-Plugin-Autoformat/Makefile +++ b/textproc/p5-Template-Plugin-Autoformat/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Template-Plugin-Autoformat -# Date created: Tue Aug 18 16:00:03 EDT 2009 -# Whom: Vivek Khera <vivek@khera.org> -# +# Created by: Vivek Khera <vivek@khera.org> # $FreeBSD$ -# PORTNAME= Template-Plugin-Autoformat PORTVERSION= 2.71 @@ -19,7 +15,8 @@ RUN_DEPENDS= p5-Template-Toolkit>=2.22:${PORTSDIR}/www/p5-Template-Toolkit \ BUILD_DEPENDS= p5-Template-Toolkit>=2.22:${PORTSDIR}/www/p5-Template-Toolkit \ p5-Text-Autoformat>0:${PORTSDIR}/textproc/p5-Text-Autoformat -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Template::Plugin::Autoformat.3 |