freebsd-ports/www/mod_auth_remote/Makefile
Philip M. Gollucci 9d1867f504 - Corresponding to www/apache20 deprecation, deprecate ports
that only build with www/apache20 (2.0.x)

With Hat:   apache
2010-12-12 08:44:49 +00:00

35 lines
813 B
Makefile

# New ports collection makefile for: mod_auth_remote
# Date created: Sun Oct 5
# Whom: Clement Laforet <sheepkiller@cultdeadsheep.org>
#
# $FreeBSD$
#
PORTNAME= mod_auth_remote
PORTVERSION= 1.0
CATEGORIES= www
MASTER_SITES= http://sheepkiller.nerim.net/ports/${PORTNAME}/
# Original location is here: http://puggy.symonds.net/~srp/stuff/
DIST_SUBDIR= apache
MAINTAINER= apache@FreeBSD.org
COMMENT= Allows users to authenticate on a remote web server
MAKE_JOBS_SAFE= yes
DEPRECATED= will be unsupported by ASF when 2.4.0 is release, migrate to 2.2.x+ now
EXPIRATION_DATE= 2011-05-01
USE_APACHE= 20
AP_FAST_BUILD= YES
AP_GENPLIST= YES
PORTDOCS= readme.txt
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
@${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${DOCSDIR}
.endif
.include <bsd.port.mk>