freebsd-ports/devel/pear-PHP_Parser/Makefile
Martin Wilke 0fe631cc4b PHP_Parser is a source code analysis tool based around a real Parser
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/
2007-08-05 21:02:28 +00:00

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>