pkgsrc/math/p5-Math-BigInt/Makefile
wen 18d6567dd9 Import Math-BigInt-1.999726 as math/p5-Math-BigInt.
Math::BigInt provides support for arbitrary precision integers.
Overloading is also provided for Perl operators.
2016-08-08 23:51:38 +00:00

16 lines
468 B
Makefile

# $NetBSD: Makefile,v 1.1 2016/08/08 23:51:38 wen Exp $
DISTNAME= Math-BigInt-1.999726
PKGNAME= p5-${DISTNAME}
CATEGORIES= math perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Math-BigInt/
COMMENT= Arbitrary size integer math perl package
LICENSE= ${PERL5_LICENSE}
PERL5_PACKLIST= auto/Math/BigInt/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"