update Tue Feb 23 06:37:01 PST 2010
[pkgsrc.git] / math / p5-Math-BigInt-GMP / Makefile
1 # $NetBSD: Makefile,v 1.2 2009/05/03 18:07:08 sno Exp $
2 #
3
4 DISTNAME=               Math-BigInt-GMP-1.24
5 PKGNAME=                p5-${DISTNAME}
6 CATEGORIES=             math perl5
7 MASTER_SITES=           ${MASTER_SITE_PERL_CPAN:=Math/}
8
9 MAINTAINER=             pkgsrc-users@NetBSD.org
10 HOMEPAGE=               http://search.cpan.org/dist/Math-BigInt-GMP/
11 COMMENT=                Perl 5 module for arbitrary size integer math via the GMP library
12 LICENSE=                gnu-gpl-v2 # OR artistic
13
14 PKG_DESTDIR_SUPPORT=    user-destdir
15
16 PERL5_PACKLIST=         auto/Math/BigInt/GMP/.packlist
17
18 .include "../../devel/gmp/buildlink3.mk"
19 .include "../../lang/perl5/module.mk"
20 .include "../../mk/bsd.pkg.mk"