diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-12 06:03:58 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-12 06:03:58 +0000 |
commit | 5afe3af5800cef153c206dcf3ce2f56aa85ada42 (patch) | |
tree | 43a75d1113991650ff8764ee64732c9d181c0ce4 /math/p5-Math-BaseCnv | |
parent | e10369322220c0fa0a0ab68ed222621adf553709 (diff) | |
download | ports-5afe3af5800cef153c206dcf3ce2f56aa85ada42.tar.gz ports-5afe3af5800cef153c206dcf3ce2f56aa85ada42.zip |
Notes
Diffstat (limited to 'math/p5-Math-BaseCnv')
-rw-r--r-- | math/p5-Math-BaseCnv/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/math/p5-Math-BaseCnv/Makefile b/math/p5-Math-BaseCnv/Makefile index 8a08eeb17670..2d69bec34ca5 100644 --- a/math/p5-Math-BaseCnv/Makefile +++ b/math/p5-Math-BaseCnv/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: Math-BaseCnv -# Date created: 3rd June, 2009 -# Whom: Wen Heping <wenheping@gmail.com> -# +# Created by: Wen Heping <wenheping@gmail.com> # $FreeBSD$ -# PORTNAME= Math-BaseCnv PORTVERSION= 1.4.75 @@ -20,7 +16,8 @@ BUILD_DEPENDS= p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod \ p5-Test-Pod-Coverage>=0:${PORTSDIR}/devel/p5-Test-Pod-Coverage RUN_DEPENDS= p5-Memoize>=0:${PORTSDIR}/devel/p5-Memoize -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Math::BaseCnv.3 |