freebsd-ports/math/p5-Math-BigInt/Makefile
Sunpoet Po-Chuan Hsieh 5eb0b06678 Update to 1.999813
- Remove MASTER_SITE_SUBDIR

Changes:	http://search.cpan.org/dist/Math-BigInt/CHANGES
With hat:	perl
2018-04-22 08:55:45 +00:00

20 lines
333 B
Makefile

# Created by: tobez
# $FreeBSD$
PORTNAME= Math-BigInt
PORTVERSION= 1.999813
CATEGORIES= math perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= tobez@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>