freebsd-ports/www/mod_index_rss/Makefile

24 lines
449 B
Makefile
Raw Normal View History

# 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
CATEGORIES= www
2005-05-22 15:45:59 +02:00
MASTER_SITES= http://download.tangent.org/
MAINTAINER= apache@FreeBSD.org
2003-02-20 20:21:36 +01:00
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>