Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 May 2013 09:50:36 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r318047 - head/math/pear-Math_Combinatorics
Message-ID:  <201305130950.r4D9oaVi048873@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@gmail.com>
-#
+# Created by: Zhen REN <bg1tpt@gmail.com>
 # $FreeBSD$
-#
 
 PORTNAME=	Math_Combinatorics
 PORTVERSION=	1.0.0
@@ -14,17 +10,9 @@ MAINTAINER=	ports@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"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305130950.r4D9oaVi048873>