2004-11-22 18:07:50 +01:00
|
|
|
# Ports collection makefile for: pear-Console_Getargs
|
|
|
|
# Date created: 18 November 2004
|
|
|
|
# Whom: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Console_Getargs
|
2006-11-17 10:23:17 +01:00
|
|
|
PORTVERSION= 1.3.4
|
2004-11-22 18:07:50 +01:00
|
|
|
CATEGORIES= devel www pear
|
|
|
|
|
2007-08-23 06:00:04 +02:00
|
|
|
MAINTAINER= tabthorpe@FreeBSD.org
|
2005-05-13 21:50:17 +02:00
|
|
|
COMMENT= PEAR command-line arguments parser
|
2004-11-22 18:07:50 +01:00
|
|
|
|
2005-12-09 20:24:52 +01:00
|
|
|
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
|
2004-11-22 18:07:50 +01:00
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
|
|
|
|
CATEGORY= Console
|
|
|
|
FILES= Getargs.php
|
|
|
|
EXAMPLES= example.php example2.php
|
|
|
|
TESTS= Console_TestListener.php Getargs_basic_testcase.php \
|
2005-05-13 21:50:17 +02:00
|
|
|
Getargs_getValues_testcase.php test.php
|
2004-11-22 18:07:50 +01:00
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
2005-12-09 20:24:52 +01:00
|
|
|
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
|
2004-11-22 18:07:50 +01:00
|
|
|
.include <bsd.port.post.mk>
|