mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
8b45a22bc7
PR: ports/183087 Submitted by: James Bailie <jimmy@mammothcheese.ca> (maintainer)
19 lines
319 B
Makefile
19 lines
319 B
Makefile
# Created by: James Bailie <jimmy@mammothcheese.ca>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= drood
|
|
PORTVERSION= 3.10
|
|
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
|
|
|
|
NO_STAGE= yes
|
|
|
|
.include <bsd.port.mk>
|