freebsd-ports/math/p5-Math-Round/Makefile
2023-10-12 06:22:05 +08:00

20 lines
371 B
Makefile

PORTNAME= Math-Round
PORTVERSION= 0.08
CATEGORIES= math perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Perl extension for rounding numbers
WWW= https://metacpan.org/release/Math-Round
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>