diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2013-03-16 16:19:19 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2013-03-16 16:19:19 +0000 |
commit | f9197cd590944d48b629a1f186b084f25c11c81f (patch) | |
tree | 71737f490e62b82741cd96dda1d9feea83e33cff /math | |
parent | - Convert to PEAR_AUTOINSTALL (diff) |
- Convert to PEAR_AUTOINSTALL
Notes
Notes:
svn path=/head/; revision=314372
Diffstat (limited to 'math')
-rw-r--r-- | math/pear-Math_BigInteger/Makefile | 15 |
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" |