aboutsummaryrefslogtreecommitdiff
path: root/math/pear-Math_BigInteger
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2013-03-16 16:19:19 +0000
committerMartin Wilke <miwi@FreeBSD.org>2013-03-16 16:19:19 +0000
commitf9197cd590944d48b629a1f186b084f25c11c81f (patch)
tree71737f490e62b82741cd96dda1d9feea83e33cff /math/pear-Math_BigInteger
parentb311755a737557fa9b8d225a373b7aa745b27776 (diff)
downloadports-f9197cd590944d48b629a1f186b084f25c11c81f.tar.gz
ports-f9197cd590944d48b629a1f186b084f25c11c81f.zip
Notes
Diffstat (limited to 'math/pear-Math_BigInteger')
-rw-r--r--math/pear-Math_BigInteger/Makefile15
1 files changed, 3 insertions, 12 deletions
diff --git a/math/pear-Math_BigInteger/Makefile b/math/pear-Math_BigInteger/Makefile
index 30e2fe26bd28..46a29d105036 100644
--- a/math/pear-Math_BigInteger/Makefile
+++ b/math/pear-Math_BigInteger/Makefile
@@ -1,9 +1,5 @@
-# Ports collection makefile for: pear-Math_BigInteger
-# Date created: 26 July 2011
-# Whom: Piotr Rybicki <meritus@innervision.pl>
-#
+# Created by: Piotr Rybicki <meritus@innervision.pl>
# $FreeBSD$
-#
PORTNAME= Math_BigInteger
PORTVERSION= 1.0.0
@@ -13,15 +9,10 @@ MAINTAINER= meritus@innervision.pl
COMMENT= Pure-PHP arbitrary precision integer arithmetic library
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
-RUN_DEPENDS:= ${BUILD_DEPENDS}
-
-CATEGORY= Math
-FILES= BigInteger.php
+RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
USE_PHP= pcre
-
-EXAMPLES= demo/benchmark.php demo/demo.php
-_EXAMPLESDIR=
+PEAR_AUTOINSTALL= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"