diff options
Diffstat (limited to 'devel/p5-DateTime-Precise/Makefile')
-rw-r--r-- | devel/p5-DateTime-Precise/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/devel/p5-DateTime-Precise/Makefile b/devel/p5-DateTime-Precise/Makefile index 35e3c1d81156..5f714f4b83a2 100644 --- a/devel/p5-DateTime-Precise/Makefile +++ b/devel/p5-DateTime-Precise/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-DateTime-Precise -# Date created: 26 june 2003 -# Whom: Mathieu Arnold <m@absolight.net> -# +# Created by: Mathieu Arnold <m@absolight.net> # $FreeBSD$ -# PORTNAME= DateTime-Precise PORTVERSION= 1.05 @@ -17,7 +13,8 @@ COMMENT= Perform common time and date operations with additional GPS operations BUILD_DEPENDS= p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= DateTime::Precise.3 |