- Convert to PEAR_AUTOINSTALL
- Trim header
This commit is contained in:
parent
4a019f8c24
commit
18d901735e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=314241
1 changed files with 2 additions and 14 deletions
|
@ -1,9 +1,5 @@
|
|||
# Ports collection makefile for: pear-PHP_ParserGenerator
|
||||
# Date created: 05 August 2007
|
||||
# Whom: Martin Wilke <miwi@FreeBSD.org>
|
||||
#
|
||||
# Created by: Martin Wilke <miwi@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= PHP_ParserGenerator
|
||||
PORTVERSION= 0.1.7
|
||||
|
@ -15,15 +11,7 @@ COMMENT= Convert files from lemon parser to php5
|
|||
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
|
||||
RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
|
||||
|
||||
CATEGORY= PHP
|
||||
FILES= Lempar.php ParserGenerator.php phplemon \
|
||||
phplemon.bat ParserGenerator/Action.php \
|
||||
ParserGenerator/ActionTable.php \
|
||||
ParserGenerator/Config.php ParserGenerator/Data.php \
|
||||
ParserGenerator/PropagationLink.php \
|
||||
ParserGenerator/Rule.php ParserGenerator/State.php \
|
||||
ParserGenerator/Symbol.php ParserGenerator/cli.php
|
||||
TESTS= bug9346.php bug9346.y
|
||||
PEAR_AUTOINSTALL= yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
|
||||
|
|
Loading…
Reference in a new issue