- Convert to PEAR_AUTOINSTALL
- Trim header
This commit is contained in:
parent
6ab4840128
commit
9ea40086b0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=314203
1 changed files with 3 additions and 10 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue