diff options
Diffstat (limited to 'www/mod_curb/Makefile')
-rw-r--r-- | www/mod_curb/Makefile | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/www/mod_curb/Makefile b/www/mod_curb/Makefile deleted file mode 100644 index 3c69980d359c..000000000000 --- a/www/mod_curb/Makefile +++ /dev/null @@ -1,35 +0,0 @@ -# New ports collection makefile for: mod_curb -# Date created: Sep 7 2005 -# Whom: Clement Laforet <clement@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= mod_curb -PORTVERSION= 1.1 -CATEGORIES= www -MASTER_SITES= http://www.steve.org.uk/Software/mod_curb/ -DISTNAME= ${PORTNAME:C/_/-/}-${PORTVERSION} -DIST_SUBDIR= apache - -MAINTAINER= apache@FreeBSD.org -COMMENT= A per-server bandwidth limiter module for Apache 1.3 - -DEPRECATED= apache13 is deprecated, migrate to 2.2.x+ now -EXPIRATION_DATE= 2012-01-01 - -MAKE_JOBS_SAFE= yes - -USE_APACHE= 13 - -AP_FAST_BUILD= YES -AP_GENPLIST= YES -PORTDOCS= README - -post-install: -.ifndef NOPORTDOCS - @${MKDIR} ${DOCSDIR} - @${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} -.endif - -.include <bsd.port.mk> |