b233276d78
Approved by: mat (mentor)
13 lines
220 B
Makefile
13 lines
220 B
Makefile
# Created by: Martin Wilke <miwi@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= PHP_Parser
|
|
PORTVERSION= 0.2.2
|
|
CATEGORIES= devel www pear
|
|
|
|
MAINTAINER= miwi@FreeBSD.org
|
|
COMMENT= PHP Grammar Parser
|
|
|
|
USES= pear
|
|
|
|
.include <bsd.port.mk>
|