pkgsrc/math/pear-Math_BigInteger/Makefile

13 lines
343 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.2 2015/08/30 08:59:04 taca Exp $
DISTNAME= Math_BigInteger-1.0.2
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"