diff options
Diffstat (limited to 'devel/p5-DateTime-Format-HTTP/Makefile')
-rw-r--r-- | devel/p5-DateTime-Format-HTTP/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/devel/p5-DateTime-Format-HTTP/Makefile b/devel/p5-DateTime-Format-HTTP/Makefile index d599552c6ac4..09e648a74eb9 100644 --- a/devel/p5-DateTime-Format-HTTP/Makefile +++ b/devel/p5-DateTime-Format-HTTP/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-DateTime-Format-HTTP -# Date created: 7 july 2003 -# Whom: Mathieu Arnold <mat@FreeBSD.org> -# +# Created by: Mathieu Arnold <mat@FreeBSD.org> # $FreeBSD$ -# PORTNAME= DateTime-Format-HTTP PORTVERSION= 0.40 @@ -18,7 +14,8 @@ BUILD_DEPENDS:= ${RUN_DEPENDS} RUN_DEPENDS= p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= DateTime::Format::HTTP.3 |