1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00
freebsd-ports/devel/pecl-ast/Makefile
2020-09-14 17:46:29 +00:00

17 lines
298 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
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>