freebsd-ports/www/mod_access_identd/Makefile

22 lines
454 B
Makefile
Raw Normal View History

# New ports collection makefile for: mod_access_identd
# Date created: 10 April 2001
# Whom: will
#
# $FreeBSD$
#
PORTNAME= mod_access_identd
PORTVERSION= 1.2.0
CATEGORIES= www
MASTER_SITES= http://MeepZor.Com/packages/mod_access_identd/
MAINTAINER= apache@FreeBSD.org
2003-02-20 14:21:36 -05:00
COMMENT= Apache module to supply access control based on ident reply
2004-04-16 09:38:17 -04:00
WRKSRC= ${WRKDIR}/${PORTNAME}
USE_APACHE= 13
2004-04-16 09:38:17 -04:00
AP_FAST_BUILD= YES
AP_GENPLIST= YES
.include <bsd.port.mk>