Lines 6-16
Link Here
|
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= Console_Getargs |
8 |
PORTNAME= Console_Getargs |
9 |
PORTVERSION= 1.2.1 |
9 |
PORTVERSION= 1.3.0 |
10 |
CATEGORIES= devel www pear |
10 |
CATEGORIES= devel www pear |
11 |
|
11 |
|
12 |
MAINTAINER= antonio@php.net |
12 |
MAINTAINER= antonio@php.net |
13 |
COMMENT= A command-line arguments parser |
13 |
COMMENT= PEAR command-line arguments parser |
14 |
|
14 |
|
15 |
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR |
15 |
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR |
16 |
RUN_DEPENDS= ${BUILD_DEPENDS} |
16 |
RUN_DEPENDS= ${BUILD_DEPENDS} |
Lines 19-25
Link Here
|
19 |
FILES= Getargs.php |
19 |
FILES= Getargs.php |
20 |
EXAMPLES= example.php example2.php |
20 |
EXAMPLES= example.php example2.php |
21 |
TESTS= Console_TestListener.php Getargs_basic_testcase.php \ |
21 |
TESTS= Console_TestListener.php Getargs_basic_testcase.php \ |
22 |
test.php |
22 |
Getargs_getValues_testcase.php test.php |
23 |
|
23 |
|
24 |
.include <bsd.port.pre.mk> |
24 |
.include <bsd.port.pre.mk> |
25 |
.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common" |
25 |
.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common" |