diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-04 23:16:09 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-04 23:16:09 +0000 |
commit | 7eca783bc7340e87b3c4fd25c4b95c777fc36368 (patch) | |
tree | 4678c7020675c60cffb3ac0f6a3bd493b6f6a2c1 /devel/p5-EV/Makefile | |
parent | 8c221439ce67c3c4e483d5aa2fc8c1d513010e40 (diff) | |
download | ports-7eca783bc7340e87b3c4fd25c4b95c777fc36368.tar.gz ports-7eca783bc7340e87b3c4fd25c4b95c777fc36368.zip |
Notes
Diffstat (limited to 'devel/p5-EV/Makefile')
-rw-r--r-- | devel/p5-EV/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/p5-EV/Makefile b/devel/p5-EV/Makefile index ff8e4e945d7e..add39cacf7d0 100644 --- a/devel/p5-EV/Makefile +++ b/devel/p5-EV/Makefile @@ -15,8 +15,8 @@ COMMENT= Perl interface to libev, a high performance full-featured event loop RUN_DEPENDS= p5-common-sense>=0:${PORTSDIR}/devel/p5-common-sense BUILD_DEPENDS= p5-common-sense>=0:${PORTSDIR}/devel/p5-common-sense -USE_GCC= any -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure CONFIGURE_ENV= PERL_MM_USE_DEFAULT="YES" MAN3= EV.3 \ |