diff options
Diffstat (limited to 'devel/p5-Log-Any-Adapter-Log4perl/Makefile')
-rw-r--r-- | devel/p5-Log-Any-Adapter-Log4perl/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/devel/p5-Log-Any-Adapter-Log4perl/Makefile b/devel/p5-Log-Any-Adapter-Log4perl/Makefile index a54e1ebcc683..17d0a0a1993e 100644 --- a/devel/p5-Log-Any-Adapter-Log4perl/Makefile +++ b/devel/p5-Log-Any-Adapter-Log4perl/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Log-Any-Adapter-Log4perl -# Date created: January 13th 2011 -# Whom: Evgeniy Kosov <evgeniy@kosov.su> -# +# Created by: Evgeniy Kosov <evgeniy@kosov.su> # $FreeBSD$ -# PORTNAME= Log-Any-Adapter-Log4perl PORTVERSION= 0.06 @@ -19,7 +15,8 @@ RUN_DEPENDS= p5-File-Temp>=0.20:${PORTSDIR}/devel/p5-File-Temp \ p5-Log-Log4perl>0:${PORTSDIR}/devel/p5-Log-Log4perl BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Log::Any::Adapter::Log4perl.3 |