freebsd-ports/devel/pear-Console_Getargs/Makefile
Cheng-Lung Sung 5fbb37c4db - Update to 1.3.1
- reformat pkg-descr
- Take maintainership

PR:		ports/103907
Submitted by:	maintainer (Thomas Abthorp)
2006-10-02 15:33:51 +00:00

26 lines
694 B
Makefile

# 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
PORTVERSION= 1.3.1
CATEGORIES= devel www pear
MAINTAINER= thomas@goodking.ca
COMMENT= PEAR command-line arguments parser
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
RUN_DEPENDS= ${BUILD_DEPENDS}
CATEGORY= Console
FILES= Getargs.php
EXAMPLES= example.php example2.php
TESTS= Console_TestListener.php Getargs_basic_testcase.php \
Getargs_getValues_testcase.php test.php
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>