opnsense-ports/math/p5-Math-BigInt/Makefile
Franco Fichtner aa5b85c330 */*: sync with upstream
Taken from: FreeBSD
2024-05-29 17:39:05 +02:00

19 lines
347 B
Makefile

PORTNAME= Math-BigInt
PORTVERSION= 2.003003
CATEGORIES= math perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Arbitrary size integer math perl package
WWW= https://metacpan.org/release/Math-BigInt
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>