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

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

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

LICENSE=	BSD3CLAUSE
LICENSE_FILE=	${WRKSRC}/LICENSE

PLIST_FILES=	bin/drood \
		man/man8/drood.8.gz \
		etc/rc.d/drood \
		etc/drood/types.tab \
		etc/drood/types.tab.dist

.include <bsd.port.mk>