aboutsummaryrefslogtreecommitdiffstats
path: root/devel/pecl-ast/Makefile
blob: 2d25e181d0b52671465c0daa873d6732d1087334 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
PORTNAME=	ast
PORTVERSION=	1.1.3
CATEGORIES=	devel

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Extension exposing PHP 7 abstract syntax tree
WWW=		https://pecl.php.net/package/ast \
		https://github.com/nikic/php-ast

LICENSE=	BSD3CLAUSE
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		php:pecl

.include <bsd.port.mk>