diff options
Diffstat (limited to 'textproc/p5-Pod-ProjectDocs/Makefile')
-rw-r--r-- | textproc/p5-Pod-ProjectDocs/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/textproc/p5-Pod-ProjectDocs/Makefile b/textproc/p5-Pod-ProjectDocs/Makefile index 4c3872f3afc3..daad2b9f4c27 100644 --- a/textproc/p5-Pod-ProjectDocs/Makefile +++ b/textproc/p5-Pod-ProjectDocs/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: Pod-ProjectDocs -# Date created: 31 August 2005 -# Whom: Sergey Skvortsov <skv@protey.ru> -# +# Created by: Sergey Skvortsov <skv@protey.ru> # $FreeBSD$ -# PORTNAME= Pod-ProjectDocs PORTVERSION= 0.40 @@ -27,7 +23,8 @@ RUN_DEPENDS= p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \ p5-Template-Toolkit>=0:${PORTSDIR}/www/p5-Template-Toolkit \ p5-URI>=0:${PORTSDIR}/net/p5-URI -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN1= pod2projdocs.1 MAN3= Pod::ProjectDocs.3 |