forked from Lainports/freebsd-ports
- Define LICENSE_FILE ChangeLog: https://pecl.php.net/package-changelog.php?package=zephir_parser&release=1.5.3 PR: 269920 MFH: 2023Q2
18 lines
365 B
Makefile
18 lines
365 B
Makefile
PORTNAME= zephir_parser
|
|
DISTVERSION= 1.5.3
|
|
CATEGORIES= textproc
|
|
|
|
MAINTAINER= cmcdonald@netgate.com
|
|
COMMENT= Zephir Parser delivered as a C extension for the PHP language
|
|
WWW= https://github.com/zephir-lang/php-zephir-parser
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
BUILD_DEPENDS= re2c>0:devel/re2c
|
|
|
|
USES= php:pecl
|
|
|
|
TEST_TARGET= test
|
|
|
|
.include <bsd.port.mk>
|