- Convert to PEAR_AUTOINSTALL

- Trim header
This commit is contained in:
Martin Wilke 2013-03-15 00:50:41 +00:00
parent 6ab4840128
commit 9ea40086b0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=314203

View file

@ -1,9 +1,5 @@
# Ports collection makefile for: pear-Console_Getargs
# Date created: 18 November 2004
# Whom: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
#
# Created by: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
# $FreeBSD$
#
PORTNAME= Console_Getargs
PORTVERSION= 1.3.5
@ -13,12 +9,9 @@ MAINTAINER= miwi@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"