diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-12 05:53:03 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-12 05:53:03 +0000 |
commit | e10369322220c0fa0a0ab68ed222621adf553709 (patch) | |
tree | d3e054e43268209aa792f44c177f4789d4af4098 /math/p5-Math-BaseCalc | |
parent | - Update to 0.77b1 (diff) |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'math/p5-Math-BaseCalc')
-rw-r--r-- | math/p5-Math-BaseCalc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/p5-Math-BaseCalc/Makefile b/math/p5-Math-BaseCalc/Makefile index aff543864360..caea7764104f 100644 --- a/math/p5-Math-BaseCalc/Makefile +++ b/math/p5-Math-BaseCalc/Makefile @@ -10,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= jadawin@FreeBSD.org COMMENT= Convert numbers between various bases -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Math::BaseCalc.3 |