aboutsummaryrefslogtreecommitdiffstats
path: root/ftp
diff options
context:
space:
mode:
Diffstat (limited to 'ftp')
-rw-r--r--ftp/php71-curl/Makefile9
-rw-r--r--ftp/php71-ftp/Makefile13
2 files changed, 22 insertions, 0 deletions
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"