blob: 9942bb3696ebdc4a6c9da0cc3a7f436e372ec031 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# New ports collection makefile for: blogd
# Date created: Fri, 12 Jun 2000 10:53:06 EDT
# Whom: James Bailie <jimmy@mammothcheese.ca>
#
# $FreeBSD$
#
PORTNAME= blogd
PORTVERSION= 2.0
CATEGORIES= www
MASTER_SITES= http://www.mammothcheese.ca/
MAINTAINER= jimmy@mammothcheese.ca
COMMENT= Blog server
RUN_DEPENDS= munger:${PORTSDIR}/lang/munger
MAN8= blogd.8
MANCOMPRESSED= yes
.include <bsd.port.mk>
|