mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
18 lines
303 B
Makefile
18 lines
303 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= Math-SigFigs
|
|
PORTVERSION= 1.20
|
|
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>
|