From 7aca2531e2d785929c4477143e265a8d9b0b516b Mon Sep 17 00:00:00 2001 From: Torsten Zuehlsdorff Date: Fri, 20 Sep 2019 12:21:11 +0000 Subject: Welcome PHP 7.4 RC 1 in the ports-tree. There are many greater changes including: - New module ffi - Remove interbase module - Remove recode module - Remove wddx module - Many modules changes the build switches - Many modules changes the config format, so patches needed to be recreated Special thanks to tobik and ale for their support. Reviewed by: tobik, ale, joneum Sponsored by: PHP Update Service Differential Revision: https://reviews.freebsd.org/D21349 --- security/php74-openssl/Makefile | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 security/php74-openssl/Makefile (limited to 'security/php74-openssl') diff --git a/security/php74-openssl/Makefile b/security/php74-openssl/Makefile new file mode 100644 index 000000000000..1c5e63dcb80a --- /dev/null +++ b/security/php74-openssl/Makefile @@ -0,0 +1,11 @@ +# $FreeBSD$ + +CATEGORIES= security + +MASTERDIR= ${.CURDIR}/../../lang/php74 + +PKGNAMESUFFIX= -openssl + +TEST_TARGET= test + +.include "${MASTERDIR}/Makefile" -- cgit v1.2.3