opnsense-ports/math/p5-Math-SigFigs/Makefile
Franco Fichtner 7f64a4e5f9 */*: sync with upstream
Taken from: HardenedBSD
2019-04-22 21:23:52 +02:00

17 lines
303 B
Makefile

# $FreeBSD$
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>