diff options
Diffstat (limited to 'devel/p5-DateTime-Format-Bork/Makefile')
-rw-r--r-- | devel/p5-DateTime-Format-Bork/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/devel/p5-DateTime-Format-Bork/Makefile b/devel/p5-DateTime-Format-Bork/Makefile index 3db9a917a5f6..694ae6e8e766 100644 --- a/devel/p5-DateTime-Format-Bork/Makefile +++ b/devel/p5-DateTime-Format-Bork/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-DateTime-Format-Bork -# Date created: 2 july 2003 -# Whom: Mathieu Arnold <m@absolight.net> -# +# Created by: Mathieu Arnold <m@absolight.net> # $FreeBSD$ -# PORTNAME= DateTime-Format-Bork PORTVERSION= 0.02 @@ -20,7 +16,8 @@ RUN_DEPENDS= p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate \ p5-DateTime-Format-Builder>=0:${PORTSDIR}/devel/p5-DateTime-Format-Builder BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= DateTime::Format::Bork.3 |