freebsd-ports/www/mod_bandwidth/Makefile

35 lines
848 B
Makefile
Raw Normal View History

# New ports collection makefile for: mod_bandwidth
# Date created: 2 July 2003
# Whom: Clement Laforet <sheepkiller@cultdeadsheep.org>
#
# $FreeBSD$
#
PORTNAME= mod_bandwidth
2008-08-31 21:13:01 +02:00
PORTVERSION= 2.1.0
CATEGORIES= www
2006-11-03 16:15:40 +01:00
MASTER_SITES= http://potatohead.estat.com/FreeBSD/
#Orignal locations: ftp://ftp.cohprog.com/pub/apache/module/1.3.0/mod_bandwidth.c
# ftp://ftp.cohprog.com/pub/apache/module/cleanlink.pl
DIST_SUBDIR= apache
MAINTAINER= apache@FreeBSD.org
COMMENT= Bandwidth management module for the Apache webserver
MAKE_JOBS_SAFE= yes
2006-11-03 16:15:40 +01:00
USE_APACHE= 1.3
USE_PERL5= YES
CONFLICTS= apache-contrib-1.*
do-build:
@(cd ${WRKSRC} && ${APXS} -c ${PORTNAME}.c)
do-install:
@(cd ${WRKSRC} && ${APXS} -A -i ${PORTNAME}.so)
@${INSTALL_SCRIPT} ${WRKSRC}/cleanlink.pl ${LOCALBASE}/sbin
${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>