diff options
Diffstat (limited to 'textproc/p5-Text-NeatTemplate/Makefile')
-rw-r--r-- | textproc/p5-Text-NeatTemplate/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/p5-Text-NeatTemplate/Makefile b/textproc/p5-Text-NeatTemplate/Makefile index c1635a573333..6da05fb956b3 100644 --- a/textproc/p5-Text-NeatTemplate/Makefile +++ b/textproc/p5-Text-NeatTemplate/Makefile @@ -11,7 +11,8 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E} MAINTAINER= perl@FreeBSD.org COMMENT= Fast, middleweight template engine -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= Text::NeatTemplate.3 |