freebsd-ports/math/p5-Math-SigFigs/Makefile
2015-07-19 19:14:55 +00:00

18 lines
346 B
Makefile

# Created by: Steve Wills <steve@mouf.net>
# $FreeBSD$
PORTNAME= Math-SigFigs
PORTVERSION= 1.10
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>