Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

2
math/php-bcmath/DESCR Normal file
View File

@@ -0,0 +1,2 @@
PHP is a programming language designed to be embedded into web pages.
This module provides support for bc-style arbitrary precision math.

14
math/php-bcmath/Makefile Normal file
View File

@@ -0,0 +1,14 @@
# $NetBSD: Makefile,v 1.9 2012/09/11 23:04:30 asau Exp $
MODNAME= bcmath
CATEGORIES+= math
COMMENT= PHP extension for bc-style arbitrary precision math
CONFLICTS= php-bcmath-[0-9]*
CONFIGURE_ARGS+= --enable-${MODNAME}
USE_PHP_EXT_PATCHES= yes
.include "../../lang/php/ext.mk"
.include "../../mk/bsd.pkg.mk"