aboutsummaryrefslogtreecommitdiff
path: root/math/p5-Math-BaseCalc/Makefile
blob: 48bf39d9590e0fef5f25175f6a4e7b976d478faf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
PORTNAME=	Math-BaseCalc
PORTVERSION=	1.019
CATEGORIES=	math perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Convert numbers between various bases
WWW=		https://metacpan.org/release/Math-BaseCalc

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>