4f538db960
With hat: portmgr-secretary
18 lines
404 B
Makefile
18 lines
404 B
Makefile
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>
|