0fe631cc4b
generated by PHP_ParserGenerator. The parser uses the same EBNF source that PHP uses to parse itself, modified for Lemon parser format, and it therefore as robust as PHP itself. WWW: http://pear.php.net/package/PHP_Parser/
29 lines
761 B
Makefile
29 lines
761 B
Makefile
# Ports collection makefile for: pear-PHP_Parser
|
|
# Date created: 05 August 2007
|
|
# Whom: Martin Wilke <miwi@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= PHP_Parser
|
|
PORTVERSION= 0.2.1
|
|
CATEGORIES= devel www pear
|
|
|
|
MAINTAINER= miwi@FreeBSD.org
|
|
COMMENT= A PHP Grammar Parser
|
|
|
|
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
|
|
RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
|
|
|
|
CATEGORY= PHP
|
|
FILES= Parser.php Parser/Core.php Parser/Core.y \
|
|
Parser/Tokenizer.php
|
|
TESTS= basic.phpt unticked_statement1.phpt \
|
|
files/basic.inc files/unticked_statement1.inc
|
|
DOCS= PHP_Parser_MsgServer.cls
|
|
_DOCSDIR= docs/tutorials/PHP_Parser
|
|
EXAMPLES= test.php
|
|
|
|
.include <bsd.port.pre.mk>
|
|
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
|
|
.include <bsd.port.post.mk>
|