diff options
Diffstat (limited to 'devel/p5-Sort-Key-DateTime/Makefile')
-rw-r--r-- | devel/p5-Sort-Key-DateTime/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/devel/p5-Sort-Key-DateTime/Makefile b/devel/p5-Sort-Key-DateTime/Makefile index 72611336b4f3..8117ceabe4be 100644 --- a/devel/p5-Sort-Key-DateTime/Makefile +++ b/devel/p5-Sort-Key-DateTime/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: devel/p5-Sort-Key-DateTime -# Date created: 14 October 2005 -# Whom: Anton Berezin <tobez@FreeBSD.org> -# +# Created by: Anton Berezin <tobez@FreeBSD.org> # $FreeBSD$ -# PORTNAME= Sort-Key-DateTime PORTVERSION= 0.07 @@ -18,7 +14,8 @@ RUN_DEPENDS= p5-DateTime>=0.28:${PORTSDIR}/devel/p5-DateTime \ p5-Sort-Key>=1.28:${PORTSDIR}/devel/p5-Sort-Key BUILD_DEPENDS= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Sort::Key::DateTime.3 |