mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 03:46:30 -04:00
ChangeLog: https://github.com/zephir-lang/php-zephir-parser/releases/tag/v1.6.0 Sponsored by: Rubicon Communications, LLC ("Netgate") PR: 273782
18 lines
354 B
Makefile
18 lines
354 B
Makefile
PORTNAME= zephir_parser
|
|
DISTVERSION= 1.6.0
|
|
CATEGORIES= textproc
|
|
|
|
MAINTAINER= rcm@rcm.sh
|
|
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>
|