opnsense-ports/math/p5-Math-Utils/Makefile
2022-09-07 22:33:21 +02:00

20 lines
385 B
Makefile

PORTNAME= Math-Utils
PORTVERSION= 1.14
CATEGORIES= math perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Useful mathematical functions not in Perl
WWW= https://metacpan.org/release/Math-Utils
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= dos2unix perl5
USE_PERL5= modbuild
NO_ARCH= yes
.include <bsd.port.mk>