summaryrefslogtreecommitdiff
path: root/math/p5-Math-BaseCalc/Makefile
blob: 6d9d87b7c918125a45eec075f620b2ed3f05e8de (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Created by: Seamus Venasse <svenasse@polaris.ca>

PORTNAME=	Math-BaseCalc
PORTVERSION=	1.019
CATEGORIES=	math perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Convert numbers between various bases

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>