aboutsummaryrefslogtreecommitdiff
path: root/devel/pecl-ast/Makefile
blob: f40e3cc42598bd5d60a360e6034a89167452d839 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>

PORTNAME=	ast
PORTVERSION=	1.0.10
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>