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

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Do math with correct handling of significant figures
WWW=		https://metacpan.org/release/Math-SigFigs

USES=		perl5
USE_PERL5=	configure

CONFLICTS_INSTALL=	latte latte-integrale schilyutils # # bin/count

PLIST_FILES=	bin/count bin/format

.include <bsd.port.mk>