1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/devel/pecl-ast/Makefile
2020-09-05 21:30:07 +00:00

17 lines
297 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= ast
PORTVERSION= 1.0.9
CATEGORIES= devel
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Extension exposing PHP 7 abstract syntax tree
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= php:pecl
.include <bsd.port.mk>