367ea0486d
1.0.3 2016-04-12 02:30 UTC Changelog: - Fix PHP7 constructor deprecation notice
12 lines
343 B
Makefile
12 lines
343 B
Makefile
# $NetBSD: Makefile,v 1.3 2017/05/28 11:26:12 taca Exp $
|
|
|
|
DISTNAME= Math_BigInteger-1.0.3
|
|
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= mit
|
|
|
|
.include "../../lang/php/pear.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|