mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
4e1b79a0a6
With hat: portmgr Sponsored by: Absolight
29 lines
497 B
Makefile
29 lines
497 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:www/neon
|
|
|
|
USE_PHP= yes
|
|
USE_PHPIZE= yes
|
|
USE_PHPEXT= yes
|
|
PHP_MODNAME= dav
|
|
|
|
IGNORE_WITH_PHP= 70
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
|
|
.include <bsd.port.mk>
|