svn commit: r512431 - head/devel/php74-ffi

Torsten Zuehlsdorff tz at FreeBSD.org
Fri Sep 20 19:31:42 UTC 2019


Author: tz
Date: Fri Sep 20 19:31:41 2019
New Revision: 512431
URL: https://svnweb.freebsd.org/changeset/ports/512431

Log:
  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 at gmail.com
  Sponsored by:	PHP Update Service

Added:
  head/devel/php74-ffi/
  head/devel/php74-ffi/Makefile   (contents, props changed)

Added: head/devel/php74-ffi/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/php74-ffi/Makefile	Fri Sep 20 19:31:41 2019	(r512431)
@@ -0,0 +1,11 @@
+# $FreeBSD$
+
+CATEGORIES=	devel
+
+MASTERDIR=	${.CURDIR}/../../lang/php74
+
+PKGNAMESUFFIX=	-ffi
+
+TEST_TARGET=    test
+
+.include "${MASTERDIR}/Makefile"


More information about the svn-ports-all mailing list