opnsense-ports/math/p5-Math-Round/Makefile
Franco Fichtner 01043d630f */*: sync with upstream
Taken from: FreeBSD
2023-10-12 16:02:20 +02: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>