freebsd-ports/math/p5-Math-SigFigs/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

15 lines
290 B
Makefile

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>