freebsd-ports/www/mod_backhand/Makefile
Philip M. Gollucci 20b49e0244 - Convert to AP_FAST_BUILD / AP_GENPLIST
- Don't list freefall/people in MASTER_SITES
- Pet Portlint
2010-06-07 04:21:12 +00:00

29 lines
583 B
Makefile

# New ports collection makefile for: mod_backhand
# Date created: 10 April 2001
# Whom: will
#
# $FreeBSD$
#
PORTNAME= mod_backhand
PORTVERSION= 1.2.2
PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= http://mirrors.omniti.com/mod_backhand/ \
LOCAL/pgollucci
PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX}
MAINTAINER= apache@FreeBSD.org
COMMENT= Apache module that allows seamless redirection and load balancing of HTTP requests
MAKE_JOBS_SAFE= yes
USE_APACHE= 1.3
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-apxs=${APXS}
AP_FAST_BUILD= yes
AP_GENPLIST= yes
.include <bsd.port.mk>