From 6848976140b7b23bae6554e8e69c63d54ff6ef33 Mon Sep 17 00:00:00 2001 From: tz Date: Tue, 24 Jan 2017 11:54:20 +0000 Subject: Add PHP 7.1 Thanks to: mat, pi, ale, martin@waschbuesch.de and franco@opnsense.org --- ftp/php71-curl/Makefile | 9 +++++++++ ftp/php71-ftp/Makefile | 13 +++++++++++++ 2 files changed, 22 insertions(+) create mode 100644 ftp/php71-curl/Makefile create mode 100644 ftp/php71-ftp/Makefile (limited to 'ftp') diff --git a/ftp/php71-curl/Makefile b/ftp/php71-curl/Makefile new file mode 100644 index 000000000000..61f26cd2bfbc --- /dev/null +++ b/ftp/php71-curl/Makefile @@ -0,0 +1,9 @@ +# $FreeBSD$ + +CATEGORIES= ftp + +MASTERDIR= ${.CURDIR}/../../lang/php71 + +PKGNAMESUFFIX= -curl + +.include "${MASTERDIR}/Makefile" diff --git a/ftp/php71-ftp/Makefile b/ftp/php71-ftp/Makefile new file mode 100644 index 000000000000..15111ceec0e1 --- /dev/null +++ b/ftp/php71-ftp/Makefile @@ -0,0 +1,13 @@ +# $FreeBSD$ + +CATEGORIES= ftp + +MASTERDIR= ${.CURDIR}/../../lang/php71 + +PKGNAMESUFFIX= -ftp + +post-patch: + @${REINPLACE_CMD} s/HAVE_OPENSSL_EXT/__FreeBSD__/ \ + ${WRKSRC}/ftp.* ${WRKSRC}/php_ftp.* + +.include "${MASTERDIR}/Makefile" -- cgit