svn commit: r314203 - head/devel/pear-Console_Getargs
Martin Wilke
miwi at FreeBSD.org
Fri Mar 15 00:50:42 UTC 2013
Author: miwi
Date: Fri Mar 15 00:50:41 2013
New Revision: 314203
URL: http://svnweb.freebsd.org/changeset/ports/314203
Log:
- Convert to PEAR_AUTOINSTALL
- Trim header
Modified:
head/devel/pear-Console_Getargs/Makefile (contents, props changed)
Modified: head/devel/pear-Console_Getargs/Makefile
==============================================================================
--- head/devel/pear-Console_Getargs/Makefile Fri Mar 15 00:49:35 2013 (r314202)
+++ head/devel/pear-Console_Getargs/Makefile Fri Mar 15 00:50:41 2013 (r314203)
@@ -1,9 +1,5 @@
-# Ports collection makefile for: pear-Console_Getargs
-# Date created: 18 November 2004
-# Whom: Antonio Carlos Venancio Junior (<antonio at inf.ufsc.br>)
-#
+# Created by: Antonio Carlos Venancio Junior (<antonio at inf.ufsc.br>)
# $FreeBSD$
-#
PORTNAME= Console_Getargs
PORTVERSION= 1.3.5
@@ -13,12 +9,9 @@ MAINTAINER= miwi at FreeBSD.org
COMMENT= PEAR command-line arguments parser
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
-RUN_DEPENDS:= ${BUILD_DEPENDS}
+RUN_DEPENDS:= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
-FILES= Console/Getargs.php
-EXAMPLES= example.php example2.php
-TESTS= Getargs_basic_testcase.php \
- Getargs_getValues_testcase.php AllTests.php
+PEAR_AUTOINSTALL= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
More information about the svn-ports-head
mailing list