svn commit: r314372 - head/math/pear-Math_BigInteger
Martin Wilke
miwi at FreeBSD.org
Sat Mar 16 16:19:20 UTC 2013
Author: miwi
Date: Sat Mar 16 16:19:19 2013
New Revision: 314372
URL: http://svnweb.freebsd.org/changeset/ports/314372
Log:
- Convert to PEAR_AUTOINSTALL
Modified:
head/math/pear-Math_BigInteger/Makefile (contents, props changed)
Modified: head/math/pear-Math_BigInteger/Makefile
==============================================================================
--- head/math/pear-Math_BigInteger/Makefile Sat Mar 16 16:18:15 2013 (r314371)
+++ head/math/pear-Math_BigInteger/Makefile Sat Mar 16 16:19:19 2013 (r314372)
@@ -1,9 +1,5 @@
-# Ports collection makefile for: pear-Math_BigInteger
-# Date created: 26 July 2011
-# Whom: Piotr Rybicki <meritus at innervision.pl>
-#
+# Created by: Piotr Rybicki <meritus at innervision.pl>
# $FreeBSD$
-#
PORTNAME= Math_BigInteger
PORTVERSION= 1.0.0
@@ -13,15 +9,10 @@ MAINTAINER= meritus at 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"
More information about the svn-ports-head
mailing list