Files
bsdports/perl/p5-Math-BigInt/Makefile
2019-12-26 07:26:06 +00:00

19 lines
397 B
Makefile

# Created by: tobez
# $FreeBSD: head/math/p5-Math-BigInt/Makefile 431306 2017-01-12 20:02:45Z sunpoet $
PORTNAME= Math-BigInt
PORTVERSION= 1.999808
CATEGORIES= math perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:PJACKLAM
PKGNAMEPREFIX= p5-
MAINTAINER= tobez@FreeBSD.org
COMMENT= Arbitrary size integer math perl package
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>