pkgsrc/math/p5-Math-BigInt-Pari/Makefile
sno 061f57a426 Importing package for p5 module Math::BigInt::Pari version 1.13 to support
faster calculation in Crypt::DH.

Provides support for big integer in BigInt et al. calculations via means of
Math::Pari, an XS layer on top of the very fast PARI library.
2009-07-08 10:24:53 +00:00

23 lines
672 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2009/07/08 10:24:53 sno Exp $
#
DISTNAME= Math-BigInt-Pari-1.13
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-Pari/
COMMENT= Perl5 library to use Math::Pari for Math::BigInt routines
LICENSE= ${PERL5_LICENSE}
PKG_DESTDIR_SUPPORT= user-destdir
DEPENDS+= p5-Math-Pari>=2.010709:../../math/p5-Math-Pari
PERL5_PACKLIST= auto/Math/BigInt/Pari/.packlist
PERL5_MODULE_TYPE= Module::Install
.include "../../devel/gmp/buildlink3.mk"
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"