diff options
author | Torsten Zuehlsdorff <tz@FreeBSD.org> | 2017-01-24 11:54:20 +0000 |
---|---|---|
committer | Torsten Zuehlsdorff <tz@FreeBSD.org> | 2017-01-24 11:54:20 +0000 |
commit | db021968e3411b659e079e540742896abe4193f1 (patch) | |
tree | ad7f282ff1e254cc6c54bfc24d23efee0af4d12e /net/php71-ldap | |
parent | 93028a155ae531c7c9a6c723a6d465b49a90e9df (diff) | |
download | ports-db021968e3411b659e079e540742896abe4193f1.tar.gz ports-db021968e3411b659e079e540742896abe4193f1.zip |
Add PHP 7.1
Thanks to: mat, pi, ale, martin@waschbuesch.de and franco@opnsense.org
Notes
Notes:
svn path=/head/; revision=432324
Diffstat (limited to 'net/php71-ldap')
-rw-r--r-- | net/php71-ldap/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/net/php71-ldap/Makefile b/net/php71-ldap/Makefile new file mode 100644 index 000000000000..1edcb04d0de5 --- /dev/null +++ b/net/php71-ldap/Makefile @@ -0,0 +1,9 @@ +# $FreeBSD$ + +CATEGORIES= net + +MASTERDIR= ${.CURDIR}/../../lang/php71 + +PKGNAMESUFFIX= -ldap + +.include "${MASTERDIR}/Makefile" |