1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/www/drood/Makefile
Thomas Abthorpe 2fc77b9c86 - Update to 1.62
PR:		ports/147999
Submitted by:	James Bailie <jimmy@mammothcheese.ca> (maintainer)
Feature safe:	yes
2010-06-25 19:00:38 +00:00

29 lines
598 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.62
CATEGORIES= www
MASTER_SITES= http://www.mammothcheese.ca/
MAINTAINER= jimmy@mammothcheese.ca
COMMENT= Lightweight kqueue-based http/1.1 server
LIB_DEPENDS= tre.5:${PORTSDIR}/textproc/libtre
SUB_FILES= pkg-message
PKGMESSAGE= ${WRKDIR}/pkg-message
MAN8= drood.8 plunger.8
MANCOMPRESSED= yes
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>