diff options
Diffstat (limited to 'devel/p5-B-OPCheck/Makefile')
-rw-r--r-- | devel/p5-B-OPCheck/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/devel/p5-B-OPCheck/Makefile b/devel/p5-B-OPCheck/Makefile index 73b9e259d9cb..5e52fa054934 100644 --- a/devel/p5-B-OPCheck/Makefile +++ b/devel/p5-B-OPCheck/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-B-OPCheck -# Date created: 2009-03-11 -# Whom: Gea-Suan Lin <gslin@gslin.org> -# +# Created by: Gea-Suan Lin <gslin@gslin.org> # $FreeBSD$ -# PORTNAME= B-OPCheck PORTVERSION= 0.29 @@ -21,7 +17,8 @@ RUN_DEPENDS= p5-B-Utils>=0:${PORTSDIR}/devel/p5-B-Utils \ BUILD_DEPENDS:= p5-ExtUtils-Depends>=0:${PORTSDIR}/devel/p5-ExtUtils-Depends \ ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= B::OPCheck.3 |