1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

Add missing module devel/php74-ffi

This was already added in devel/Makefile but got lost through in error
in the cleanup process.

PR:		240711
Reported by:	mayhem30@gmail.com
Sponsored by:	PHP Update Service
This commit is contained in:
Torsten Zuehlsdorff 2019-09-20 19:31:41 +00:00
parent 9fcf51a99f
commit 813bb9ba40
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=512431

11
devel/php74-ffi/Makefile Normal file
View File

@ -0,0 +1,11 @@
# $FreeBSD$
CATEGORIES= devel
MASTERDIR= ${.CURDIR}/../../lang/php74
PKGNAMESUFFIX= -ffi
TEST_TARGET= test
.include "${MASTERDIR}/Makefile"