diff options
author | Torsten Zuehlsdorff <tz@FreeBSD.org> | 2019-09-20 19:31:41 +0000 |
---|---|---|
committer | Torsten Zuehlsdorff <tz@FreeBSD.org> | 2019-09-20 19:31:41 +0000 |
commit | 813bb9ba40b1250cffaf8e01a9afbe0ec0321269 (patch) | |
tree | ba6cb71886b14aab2207c5e26fa04230986b15bc | |
parent | lang/php74: add module hash to PHP_EXT_INC (diff) |
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
Notes
Notes:
svn path=/head/; revision=512431
-rw-r--r-- | devel/php74-ffi/Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/php74-ffi/Makefile b/devel/php74-ffi/Makefile new file mode 100644 index 000000000000..4a75a5e65029 --- /dev/null +++ b/devel/php74-ffi/Makefile @@ -0,0 +1,11 @@ +# $FreeBSD$ + +CATEGORIES= devel + +MASTERDIR= ${.CURDIR}/../../lang/php74 + +PKGNAMESUFFIX= -ffi + +TEST_TARGET= test + +.include "${MASTERDIR}/Makefile" |