freebsd-ports/devel/php5-dav/Makefile
Olli Hauer 311e3b182f - rename www/neon29 to www/neon and update to neon-0.30.1
- adjust ports depending on neon, bump PORTREVISION

Changelog:
Fix memory leak with GnuTLS (Werner Baumann, Patrick Ohly).
Fix possible crash after DNS lookup errors on Windows (Olivier Goffart).
Don't fail if the SSL cert changes between connections with OpenSSL, behaviour now matches that with GnuTLS.
Fix PKCS#11 support under OpenSSL with TLS 1.2.
Fix static linking with pkg-config file (Alan H)

PR:		195786
Differential Revision:	https://reviews.freebsd.org/D1319
Submitted by:	ohauer
Reviewed by:	portmgr (bapt, mat)
Approved by:	portmgr, lev (implicit)
2014-12-24 06:03:22 +00:00

26 lines
488 B
Makefile

# Created by: Valery Komarov <komarov@valerka.net>
# $FreeBSD$
PORTNAME= dav
PORTVERSION= 1.2
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://download.pureftpd.org/php-webdav/
PKGNAMEPREFIX= php5-
DISTNAME= php-webdav-${PORTVERSION}
MAINTAINER= komarov@valerka.net
COMMENT= The PHP WebDAV extension
LICENSE= ISCL
LIB_DEPENDS= libneon.so:${PORTSDIR}/www/neon
USE_PHP= yes
USE_PHPIZE= yes
USE_PHPEXT= yes
PHP_MODNAME= dav
WRKSRC= ${WRKDIR}/${PORTNAME}
.include <bsd.port.mk>