diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-09 15:55:47 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-09 15:55:47 +0000 |
commit | 3449df41ad4a02b809e8ca753612932d4670dee5 (patch) | |
tree | 58d6f7182c1c35b5cf0cec260e020030eb4f45b1 /devel/p5-B-Hooks-OP-Check-EntersubForCV | |
parent | ce5d5f9def9e4b4a9406bb35938e20ec94245ab4 (diff) | |
download | ports-3449df41ad4a02b809e8ca753612932d4670dee5.tar.gz ports-3449df41ad4a02b809e8ca753612932d4670dee5.zip |
Notes
Diffstat (limited to 'devel/p5-B-Hooks-OP-Check-EntersubForCV')
-rw-r--r-- | devel/p5-B-Hooks-OP-Check-EntersubForCV/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/devel/p5-B-Hooks-OP-Check-EntersubForCV/Makefile b/devel/p5-B-Hooks-OP-Check-EntersubForCV/Makefile index f44acbdd2e46..7e004b8c1821 100644 --- a/devel/p5-B-Hooks-OP-Check-EntersubForCV/Makefile +++ b/devel/p5-B-Hooks-OP-Check-EntersubForCV/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: B::Hooks::OP::Check::EntersubForCV -# Date created: 22 Nov 2010 -# Whom: Jun Kuriyama <kuriyama@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= B-Hooks-OP-Check-EntersubForCV PORTVERSION= 0.09 @@ -22,7 +17,8 @@ BUILD_DEPENDS= \ p5-B-Utils>0:${PORTSDIR}/devel/p5-B-Utils \ p5-ExtUtils-Depends>0:${PORTSDIR}/devel/p5-ExtUtils-Depends -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= B::Hooks::OP::Check::EntersubForCV.3 |