aboutsummaryrefslogtreecommitdiffstats
path: root/www/drood/Makefile
blob: 141054bbd4c0d4222ff46f7e8b10e316619c4b8e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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.19
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>