blob: e8540e9f3451a4ee5f46959cb0b083d88b4ea95e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
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
CONFLICTS_INSTALL= latte latte-integrale schilyutils # # bin/count
PLIST_FILES= bin/count bin/format
.include <bsd.port.mk>
|