Update pear-Math_BigInteger to 1.0.2.
pkgsrc change: LICESE has changed to mit.
1,0.2:
- (internal, bcmath) use OpenSSL, if available, for modular exponentiation
- (internal) use 64-bit ints, if available, and 64-bit floats, otherwise
- (all) improve random number generation
- change license to less restrictive MIT license
1.0.1:
- (internal, bcmath) use OpenSSL, if available, for modular exponentiation
- (internal) use 64-bit ints, if available, and 64-bit floats, otherwise
- (all) improve random number generation
- change license to less restrictive MIT license
2015-08-30 10:59:04 +02:00
|
|
|
# $NetBSD: Makefile,v 1.2 2015/08/30 08:59:04 taca Exp $
|
2013-03-16 05:04:30 +01:00
|
|
|
|
Update pear-Math_BigInteger to 1.0.2.
pkgsrc change: LICESE has changed to mit.
1,0.2:
- (internal, bcmath) use OpenSSL, if available, for modular exponentiation
- (internal) use 64-bit ints, if available, and 64-bit floats, otherwise
- (all) improve random number generation
- change license to less restrictive MIT license
1.0.1:
- (internal, bcmath) use OpenSSL, if available, for modular exponentiation
- (internal) use 64-bit ints, if available, and 64-bit floats, otherwise
- (all) improve random number generation
- change license to less restrictive MIT license
2015-08-30 10:59:04 +02:00
|
|
|
DISTNAME= Math_BigInteger-1.0.2
|
2013-03-16 05:04:30 +01:00
|
|
|
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
|
Update pear-Math_BigInteger to 1.0.2.
pkgsrc change: LICESE has changed to mit.
1,0.2:
- (internal, bcmath) use OpenSSL, if available, for modular exponentiation
- (internal) use 64-bit ints, if available, and 64-bit floats, otherwise
- (all) improve random number generation
- change license to less restrictive MIT license
1.0.1:
- (internal, bcmath) use OpenSSL, if available, for modular exponentiation
- (internal) use 64-bit ints, if available, and 64-bit floats, otherwise
- (all) improve random number generation
- change license to less restrictive MIT license
2015-08-30 10:59:04 +02:00
|
|
|
LICENSE= mit
|
2013-03-16 05:04:30 +01:00
|
|
|
|
|
|
|
.include "../../lang/php/pear.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|