22 lines
409 B
Makefile
22 lines
409 B
Makefile
# $OpenBSD: Makefile,v 1.3 2010/07/30 23:52:41 sthen Exp $
|
|
|
|
COMMENT= helper class for PHP WebDAV server implementations
|
|
|
|
V= 1.0.0RC4
|
|
DISTNAME= HTTP_WebDAV_Server-$V
|
|
PKGNAME= pear-HTTP-WebDAV-Server-${V:L}
|
|
REVISION= 1
|
|
CATEGORIES= www
|
|
|
|
MODULES= www/pear
|
|
|
|
PKG_ARCH= *
|
|
|
|
# PHP License
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
.include <bsd.port.mk>
|