aboutsummaryrefslogtreecommitdiffstats
path: root/www/drood/Makefile
blob: d4ec641ebd2e6985abe31125c9c64bda561b9f83 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Created by: James Bailie <jimmy@mammothcheese.ca>
# $FreeBSD$

PORTNAME=   drood
PORTVERSION=    3.5
CATEGORIES= www
MASTER_SITES=   http://www.mammothcheese.ca/

MAINTAINER= jimmy@mammothcheese.ca
COMMENT=    Lightweight kqueue-based http/1.1 server

MAN8=       drood.8 plunger.8

MANCOMPRESSED=  yes

post-install:
    @${CAT} ${PKGMESSAGE}

.include <bsd.port.mk>