svn commit: r318047 - head/math/pear-Math_Combinatorics

Martin Wilke miwi at FreeBSD.org
Mon May 13 09:50:37 UTC 2013


Author: miwi
Date: Mon May 13 09:50:36 2013
New Revision: 318047
URL: http://svnweb.freebsd.org/changeset/ports/318047

Log:
  - Convert to PEAR_AUTOINSTALl
  - Trim header

Modified:
  head/math/pear-Math_Combinatorics/Makefile   (contents, props changed)

Modified: head/math/pear-Math_Combinatorics/Makefile
==============================================================================
--- head/math/pear-Math_Combinatorics/Makefile	Mon May 13 09:50:05 2013	(r318046)
+++ head/math/pear-Math_Combinatorics/Makefile	Mon May 13 09:50:36 2013	(r318047)
@@ -1,9 +1,5 @@
-# Ports collection makefile for:  pear-Math_Combinatorics
-# Date created:			  20 May 2007
-# Whom:				  Zhen REN <bg1tpt at gmail.com>
-#
+# Created by: Zhen REN <bg1tpt at gmail.com>
 # $FreeBSD$
-#
 
 PORTNAME=	Math_Combinatorics
 PORTVERSION=	1.0.0
@@ -14,17 +10,9 @@ MAINTAINER=	ports at FreeBSD.org
 COMMENT=	A package that produces combinations and permutations
 
 BUILD_DEPENDS=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
-RUN_DEPENDS:=	${BUILD_DEPENDS}
+RUN_DEPENDS=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
 
-CATEGORY=	Math
-FILES=		Combinatorics.php
-IGNORE_WITH_PHP=4
-
-TESTS=		test_1.phpt test_2.phpt test_3.phpt test_4.phpt \
-		test_5.phpt test_6.phpt
-
-EXAMPLES=	example.php
-_EXAMPLESDIR=	docs/examples
+PEAR_AUTOINSTALL=	yes
 
 .include <bsd.port.pre.mk>
 .include "${PORTSDIR}/devel/pear/bsd.pear.mk"


More information about the svn-ports-all mailing list