diff options
Diffstat (limited to 'textproc/p5-Petal-Utils/Makefile')
-rw-r--r-- | textproc/p5-Petal-Utils/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/textproc/p5-Petal-Utils/Makefile b/textproc/p5-Petal-Utils/Makefile index 0b7a7eaac117..8a3f8ce7e565 100644 --- a/textproc/p5-Petal-Utils/Makefile +++ b/textproc/p5-Petal-Utils/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Petal-Utils -# Date created: 26 May 2006 -# Whom: Aaron Dalton <aaron@FreeBSD.org> -# +# Created by: Aaron Dalton <aaron@FreeBSD.org> # $FreeBSD$ -# PORTNAME= Petal-Utils PORTVERSION= 0.06 @@ -21,6 +17,7 @@ RUN_DEPENDS= p5-Petal>=0:${PORTSDIR}/textproc/p5-Petal \ MAN3= Petal::Utils.3 -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild .include <bsd.port.mk> |