19 lines
340 B
Makefile
19 lines
340 B
Makefile
# $OpenBSD: Makefile,v 1.7 2016/04/01 18:46:50 sthen Exp $
|
|
|
|
COMMENT = helper class for PHP WebDAV server implementations
|
|
|
|
V = 1.0.0RC8
|
|
REVISION = 0
|
|
DISTNAME = HTTP_WebDAV_Server-$V
|
|
PKGNAME = pear-HTTP-WebDAV-Server-${V:L}
|
|
CATEGORIES = www
|
|
|
|
MODULES = www/pear
|
|
|
|
PKG_ARCH = *
|
|
|
|
# PHP License
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
.include <bsd.port.mk>
|