freebsd-ports/www/drood/Makefile
Thomas Abthorpe 972838d9a7 - Update to 1.27
- Corrects bug where drood would not die on receipt of keyboard-intiated
  signals when the -x option was specified.

PR:		ports/121362
Submitted by:	James Bailie <jimmy mammothcheese.ca> (maintainer)
2008-03-05 15:49:01 +00:00

23 lines
486 B
Makefile

# New ports collection makefile for: drood
# Date created: Sat, 07 Jul 2007 22:47:06 EDT
# Whom: James Bailie <jimmy@mammothcheese.ca>
#
# $FreeBSD$
#
PORTNAME= drood
PORTVERSION= 1.27
CATEGORIES= www
MASTER_SITES= http://www.mammothcheese.ca/
MAINTAINER= jimmy@mammothcheese.ca
COMMENT= Lightweight kqueue-based http/1.1 server
MAN8= drood.8
MANCOMPRESSED= yes
PLIST_FILES= bin/drood \
etc/rc.d/drood
.include <bsd.port.mk>