mirror of
https://git.freebsd.org/ports.git
synced 2025-05-30 09:56:43 -04:00
There is a upstream bug which makes compiling this module impossible if devel/re2c is installed: https://bugs.php.net/bug.php?id=75587 The patch unbreaks this behavior. PR: 223880 Submitted by: mishin@mh.san.ru
10 lines
147 B
Makefile
10 lines
147 B
Makefile
# $FreeBSD$
|
|
|
|
CATEGORIES= archivers
|
|
|
|
PORTREVISION= 2
|
|
MASTERDIR= ${.CURDIR}/../../lang/php71
|
|
|
|
PKGNAMESUFFIX= -phar
|
|
|
|
.include "${MASTERDIR}/Makefile"
|