d6f0695d71
mod_blosxom.c is the Apache module which builds the extremely lightweight Weblog environment. mod_blosxom.c has inherited the function of 'Blosxom' and can share the same data and the same template. WWW: http://mod-blosxom.sourceforge.net/cgi-bin/blosxom PR: ports/50629 Submitted by: Gea-Suan Lin <gslin@netnews.NCTU.edu.tw>
21 lines
483 B
Makefile
21 lines
483 B
Makefile
# 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
|
|
|
|
BUILD_DEPENDS= ${APXS}:${APACHE_PORT}
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
.include <bsd.port.mk>
|