freebsd-ports/www/nd/Makefile
Pav Lucistnik df12c4385e - Update to 0.8.2
* Fix buffer overflow vulnerability.
* Support properties which have namespace other than DAV:.
* More options.

PR:		ports/59939
Submitted by:	Volker Stolz <stolz@i2.informatik.rwth-aachen.de> (maintainer)
2003-12-04 21:57:12 +00:00

22 lines
466 B
Makefile

# New ports collection makefile for: nd
# Date created: Sep 4, 2002
# Whom: Volker Stolz <stolz+nd@i2.informatik.rwth-aachen.de>
#
# $FreeBSD$
#
PORTNAME= nd
PORTVERSION= 0.8.2
CATEGORIES= www
MASTER_SITES= http://www.gohome.org/nd/
MAINTAINER= stolz+nd@i2.informatik.rwth-aachen.de
COMMENT= A simple command line interface for WebDAV (RFC2518) server
LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2
GNU_CONFIGURE= yes
MAN1= nd.1
.include <bsd.port.mk>