mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
The PHP WebDAV extension
WWW: http://php-webdav.pureftpd.org/project/php-webdav PR: ports/160207 Submitted by: Valery Komarov <komarov@valerka.net> Feature safe: yes
This commit is contained in:
parent
c422ee0b98
commit
2f61b42187
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=286444
@ -2855,6 +2855,7 @@
|
||||
SUBDIR += php4-tokenizer
|
||||
SUBDIR += php5-blitz
|
||||
SUBDIR += php5-blitz-devel
|
||||
SUBDIR += php5-dav
|
||||
SUBDIR += php5-geshi
|
||||
SUBDIR += php5-gettext
|
||||
SUBDIR += php5-ice
|
||||
|
29
devel/php5-dav/Makefile
Normal file
29
devel/php5-dav/Makefile
Normal file
@ -0,0 +1,29 @@
|
||||
# New ports collection makefile for: php5-dav
|
||||
# Date created: 2011-08-22
|
||||
# Whom: Valery Komarov <komarov@valerka.net>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= dav
|
||||
PORTVERSION= 1.2
|
||||
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= BSD
|
||||
|
||||
LIB_DEPENDS= neon.27:${PORTSDIR}/www/neon29
|
||||
|
||||
USE_PHP= yes
|
||||
USE_PHPIZE= yes
|
||||
USE_PHPEXT= yes
|
||||
PHP_MODNAME= dav
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/php5-dav/distinfo
Normal file
2
devel/php5-dav/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (php-webdav-1.2.tar.gz) = 103844d7ac28f496703f443866388cfa0f1cba0b91bf336d9edd15f9708276ca
|
||||
SIZE (php-webdav-1.2.tar.gz) = 69546
|
3
devel/php5-dav/pkg-descr
Normal file
3
devel/php5-dav/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
The PHP WebDAV extension
|
||||
|
||||
WWW: http://php-webdav.pureftpd.org/project/php-webdav
|
Loading…
Reference in New Issue
Block a user