pkgsrc/math/p5-Math-BigInt-GMP/Makefile
sno 8ccda1103d PkgSrc changes:
- Updating package for p5 module Math::BigInt::GMP from 1.23 to 1.24
  - Setting license to gnu-gpl-v2

Upstream changes:
2007-07-31 v1.24 Tels 5530 tests
  * apply patch for warnings about ptr size mismatch under Cygwin (thanx Reini Urban!)
  * make it work under 5.6.x again by defining SvUOK() (Thanx Marcus Holland-Moritz
    and Reini Urban!)
2009-05-03 18:07:08 +00:00

20 lines
587 B
Makefile

# $NetBSD: Makefile,v 1.2 2009/05/03 18:07:08 sno Exp $
#
DISTNAME= Math-BigInt-GMP-1.24
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-GMP/
COMMENT= Perl 5 module for arbitrary size integer math via the GMP library
LICENSE= gnu-gpl-v2 # OR artistic
PKG_DESTDIR_SUPPORT= user-destdir
PERL5_PACKLIST= auto/Math/BigInt/GMP/.packlist
.include "../../devel/gmp/buildlink3.mk"
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"