aboutsummaryrefslogtreecommitdiff
path: root/ftp/php56-ftp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ftp/php56-ftp/Makefile')
-rw-r--r--ftp/php56-ftp/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/ftp/php56-ftp/Makefile b/ftp/php56-ftp/Makefile
new file mode 100644
index 000000000000..e0f3d951182e
--- /dev/null
+++ b/ftp/php56-ftp/Makefile
@@ -0,0 +1,14 @@
+# Created by: Alex Dupre <ale@FreeBSD.org>
+# $FreeBSD$
+
+CATEGORIES= ftp
+
+MASTERDIR= ${.CURDIR}/../../lang/php56
+
+PKGNAMESUFFIX= -ftp
+
+post-patch:
+ @${REINPLACE_CMD} s/HAVE_OPENSSL_EXT/__FreeBSD__/ \
+ ${WRKSRC}/ftp.* ${WRKSRC}/php_ftp.*
+
+.include "${MASTERDIR}/Makefile"