mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
7daa34be04
Log: If '.' is part of the digit set, from_base() now deals it properly No code changes between 0.18 to 0.19 but we were in 0.17 due to my late commit
17 lines
307 B
Makefile
17 lines
307 B
Makefile
# Created by: Seamus Venasse <svenasse@polaris.ca>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Math-BaseCalc
|
|
PORTVERSION= 1.019
|
|
CATEGORIES= math perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= jadawin@FreeBSD.org
|
|
COMMENT= Convert numbers between various bases
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|