summaryrefslogtreecommitdiff
path: root/ftp/php56-ftp
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2014-09-04 14:24:25 +0000
committerAlex Dupre <ale@FreeBSD.org>2014-09-04 14:24:25 +0000
commitf23aed7bde4b7e82cbb2943a38f6f60f51038567 (patch)
tree65444edf752ebaf49e944ea49c7e7dad35e1de9a /ftp/php56-ftp
parent- Update to 1.20140824 (diff)
Import PHP 5.6 branch!
Notes
Notes: svn path=/head/; revision=367268
Diffstat (limited to 'ftp/php56-ftp')
-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"