diff options
Diffstat (limited to 'devel/p5-DateTime-Format-ISO8601/Makefile')
-rw-r--r-- | devel/p5-DateTime-Format-ISO8601/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/devel/p5-DateTime-Format-ISO8601/Makefile b/devel/p5-DateTime-Format-ISO8601/Makefile index 84cedbb47f5b..e013edf2dfcc 100644 --- a/devel/p5-DateTime-Format-ISO8601/Makefile +++ b/devel/p5-DateTime-Format-ISO8601/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-DateTime-Format-ISO8601 -# Date created: 7 july 2003 -# Whom: Mathieu Arnold <m@absolight.net> -# +# Created by: Mathieu Arnold <m@absolight.net> # $FreeBSD$ -# PORTNAME= DateTime-Format-ISO8601 PORTVERSION= 0.08 @@ -18,7 +14,8 @@ BUILD_DEPENDS= p5-DateTime>=0.18:${PORTSDIR}/devel/p5-DateTime \ p5-DateTime-Format-Builder>=0.77:${PORTSDIR}/devel/p5-DateTime-Format-Builder RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= DateTime::Format::ISO8601.3 |