mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
d6e66db3a8
- while here drop sub_file of pkg-message, as there are no substitutions PR: ports/169353 Submitted by: maintainer, jimmy@mammothcheese.ca
24 lines
491 B
Makefile
24 lines
491 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= 3.3
|
|
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>
|