1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00
freebsd-ports/math/p5-Math-BigInt/Makefile
2019-10-28 14:57:16 +00:00

22 lines
333 B
Makefile

# Created by: tobez
# $FreeBSD$
PORTNAME= Math-BigInt
PORTVERSION= 1.999818
CATEGORIES= math perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Arbitrary size integer math perl package
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>