1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/math/p5-Math-BaseCalc/Makefile
Philippe Audeoud f20536806a - Support STAGE
2013-12-27 13:08:28 +00:00

17 lines
307 B
Makefile

# Created by: Seamus Venasse <svenasse@polaris.ca>
# $FreeBSD$
PORTNAME= Math-BaseCalc
PORTVERSION= 1.017
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>