blob: 8e83074d3b7e4721afedd28e86f134c1f7feab2d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# $NetBSD: Makefile,v 1.1 2013/03/16 04:04:30 taca Exp $
DISTNAME= Math_BigInteger-1.0.0
CATEGORIES= math
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://pear.php.net/package/Math_BigInteger/
COMMENT= Provides base-2, base-10, base-16, and base-256 numbers
LICENSE= gnu-lgpl-v2.1 OR gnu-lgpl-v3
.include "../../lang/php/pear.mk"
.include "../../mk/bsd.pkg.mk"
|