Lines 6-15
Link Here
|
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= XML_Beautifier |
8 |
PORTNAME= XML_Beautifier |
9 |
PORTVERSION= 1.1 |
9 |
PORTVERSION= 1.2.0 |
10 |
CATEGORIES= textproc devel pear |
10 |
CATEGORIES= textproc devel pear |
11 |
|
11 |
|
12 |
MAINTAINER= ports@FreeBSD.org |
12 |
MAINTAINER= wenheping@gmail.com |
13 |
COMMENT= PEAR class to format XML documents |
13 |
COMMENT= PEAR class to format XML documents |
14 |
|
14 |
|
15 |
BUILD_DEPENDS= ${PEARDIR}/XML/Parser.php:${PORTSDIR}/devel/pear-XML_Parser \ |
15 |
BUILD_DEPENDS= ${PEARDIR}/XML/Parser.php:${PORTSDIR}/devel/pear-XML_Parser \ |
Lines 19-26
Link Here
|
19 |
CATEGORY= XML |
19 |
CATEGORY= XML |
20 |
FILES= Beautifier/Renderer.php Beautifier/Tokenizer.php \ |
20 |
FILES= Beautifier/Renderer.php Beautifier/Tokenizer.php \ |
21 |
Beautifier/Renderer/Plain.php Beautifier.php |
21 |
Beautifier/Renderer/Plain.php Beautifier.php |
22 |
EXAMPLES= example1.php example2.php example3.php example4.php example5.php \ |
22 |
EXAMPLES= example1.php example2.php example3.php \ |
23 |
example6.php test.xml |
23 |
example4.php example5.php example6.php \ |
|
|
24 |
example7.php \ |
25 |
test.xml test2.xml test3.xml |
24 |
|
26 |
|
25 |
.include <bsd.port.pre.mk> |
27 |
.include <bsd.port.pre.mk> |
26 |
.include "${PORTSDIR}/devel/pear/bsd.pear.mk" |
28 |
.include "${PORTSDIR}/devel/pear/bsd.pear.mk" |