diff options
author | tz <tz@FreeBSD.org> | 2017-01-24 19:54:20 +0800 |
---|---|---|
committer | tz <tz@FreeBSD.org> | 2017-01-24 19:54:20 +0800 |
commit | 6848976140b7b23bae6554e8e69c63d54ff6ef33 (patch) | |
tree | ad7f282ff1e254cc6c54bfc24d23efee0af4d12e /ftp | |
parent | 8890d0606a504e6c6016614e5077c8d36dc54d8c (diff) | |
download | freebsd-ports-gnome-6848976140b7b23bae6554e8e69c63d54ff6ef33.tar.gz freebsd-ports-gnome-6848976140b7b23bae6554e8e69c63d54ff6ef33.tar.zst freebsd-ports-gnome-6848976140b7b23bae6554e8e69c63d54ff6ef33.zip |
Add PHP 7.1
Thanks to: mat, pi, ale, martin@waschbuesch.de and franco@opnsense.org
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/php71-curl/Makefile | 9 | ||||
-rw-r--r-- | ftp/php71-ftp/Makefile | 13 |
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" |