23 lines
449 B
Makefile
23 lines
449 B
Makefile
# ex:ts=8
|
|
# New ports collection makefile for: mod_index_rss
|
|
# Date created: Apr 9, 2001
|
|
# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= mod_index_rss
|
|
PORTVERSION= 1.0
|
|
CATEGORIES= www
|
|
MASTER_SITES= http://download.tangent.org/
|
|
|
|
MAINTAINER= apache@FreeBSD.org
|
|
COMMENT= Apache module to provides RSS output for directories
|
|
|
|
MAKE_JOBS_SAFE= yes
|
|
|
|
USE_APACHE= 1.3
|
|
AP_FAST_BUILD= yes
|
|
AP_GENPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|