svn commit: r314202 - head/devel/pear-Console_Table
Martin Wilke
miwi at FreeBSD.org
Fri Mar 15 00:49:35 UTC 2013
Author: miwi
Date: Fri Mar 15 00:49:35 2013
New Revision: 314202
URL: http://svnweb.freebsd.org/changeset/ports/314202
Log:
- Conver to PEAR_AUTOINSTALL
- Trim header
Modified:
head/devel/pear-Console_Table/Makefile (contents, props changed)
Modified: head/devel/pear-Console_Table/Makefile
==============================================================================
--- head/devel/pear-Console_Table/Makefile Fri Mar 15 00:46:18 2013 (r314201)
+++ head/devel/pear-Console_Table/Makefile Fri Mar 15 00:49:35 2013 (r314202)
@@ -1,9 +1,5 @@
-# Ports collection makefile for: pear-Console_Table
-# Date created: 31 August 2003
-# Whom: Thierry Thomas (<thierry at pompo.net>)
-#
+# Created by: Thierry Thomas (<thierry at pompo.net>)
# $FreeBSD$
-#
PORTNAME= Console_Table
PORTVERSION= 1.1.4
@@ -13,12 +9,9 @@ MAINTAINER= miwi at FreeBSD.org
COMMENT= PHP class that makes it easy to build console style tables
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
-RUN_DEPENDS:= ${BUILD_DEPENDS}
+RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
-CATEGORY= Console
-FILES= Table.php
-TESTS= assoziative_arrays.phpt filters.phpt multibyte.phpt multiline.phpt \
- no_header.phpt no_rows.phpt rules.phpt
+PEAR_AUTOINSTALL= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
More information about the svn-ports-head
mailing list