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

MAINTAINER=	swills@FreeBSD.org
COMMENT=	Do math with correct handling of significant figures

USES=		perl5
USE_PERL5=	configure

PLIST_FILES=	bin/count bin/format

.include <bsd.port.mk>