summaryrefslogtreecommitdiff
path: root/www/mod_blosxom/Makefile
blob: 49b9b22957f436055f311d753463a4941fff7450 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# New ports collection makefile for:	mod_blosxom
# Date created:				6 April 2003
# Whom:					Gea-Suan Lin <gslin@ccca.nctu.edu.tw>
#
# $FreeBSD$
#

PORTNAME=	mod_blosxom
PORTVERSION=	0.05
CATEGORIES=	www
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	mod-blosxom

MAINTAINER=	gslin@ccca.nctu.edu.tw
COMMENT=	Apache module to build the extremely lightweight Weblog environment

BROKEN=		"Does not compile"

BUILD_DEPENDS=	${APXS}:${APACHE_PORT}
RUN_DEPENDS=	${BUILD_DEPENDS}

.include <bsd.port.mk>