1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00
freebsd-ports/math/p5-Math-BaseCalc/Makefile
Philippe Audeoud 7daa34be04 - Update to 0.19
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
2017-09-30 19:01:43 +00:00

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>