2001-04-09 05:48:57 +02:00
|
|
|
# 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
|
2005-09-11 13:08:27 +02:00
|
|
|
PORTVERSION= 1.0
|
2001-04-09 05:48:57 +02:00
|
|
|
CATEGORIES= www
|
2005-05-22 15:45:59 +02:00
|
|
|
MASTER_SITES= http://download.tangent.org/
|
2001-04-09 05:48:57 +02:00
|
|
|
|
2004-08-18 18:21:55 +02:00
|
|
|
MAINTAINER= apache@FreeBSD.org
|
2003-02-20 20:21:36 +01:00
|
|
|
COMMENT= Apache module to provides RSS output for directories
|
2001-04-09 05:48:57 +02:00
|
|
|
|
2009-05-17 09:24:35 +02:00
|
|
|
MAKE_JOBS_SAFE= yes
|
|
|
|
|
2009-04-12 08:26:40 +02:00
|
|
|
USE_APACHE= 1.3
|
|
|
|
AP_FAST_BUILD= yes
|
|
|
|
AP_GENPLIST= yes
|
2001-04-09 05:48:57 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|