Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Sep 2019 19:31:42 +0000 (UTC)
From:      Torsten Zuehlsdorff <tz@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r512431 - head/devel/php74-ffi
Message-ID:  <201909201931.x8KJVg5M041705@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909201931.x8KJVg5M041705>