blob: 79834bb9ecd9dcae8fc6a6d27ad6d1c6d226418c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
# 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>
|