diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-10 03:32:30 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-10 03:32:30 +0000 |
commit | 1a9bd7debaac0d7f2f44673b312d619bb1a36844 (patch) | |
tree | af8d64edf7dccb98deb7624079825e503130b71b /devel/p5-AnyEvent-DBI-Abstract | |
parent | 513231299134011ff880262948d69b860e9b0273 (diff) |
Notes
Diffstat (limited to 'devel/p5-AnyEvent-DBI-Abstract')
-rw-r--r-- | devel/p5-AnyEvent-DBI-Abstract/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/devel/p5-AnyEvent-DBI-Abstract/Makefile b/devel/p5-AnyEvent-DBI-Abstract/Makefile index e51aad2cf201..7fa159c626db 100644 --- a/devel/p5-AnyEvent-DBI-Abstract/Makefile +++ b/devel/p5-AnyEvent-DBI-Abstract/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-AnyEvent-DBI-Abstract -# Date created: 19 Mar 2010 -# Whom: Denis Pokataev <catone@cpan.org> -# +# Created by: Denis Pokataev <catone@cpan.org> # $FreeBSD$ -# PORTNAME= AnyEvent-DBI-Abstract PORTVERSION= 0.01 @@ -19,7 +15,8 @@ RUN_DEPENDS= p5-AnyEvent-DBI>=0:${PORTSDIR}/devel/p5-AnyEvent-DBI \ p5-parent>=0:${PORTSDIR}/devel/p5-parent BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= AnyEvent::DBI::Abstract.3 |