mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
146dcd05a3
- all apache 1.3 only modules maintained by apache@ are now bsd.apache.mk compliant
22 lines
454 B
Makefile
22 lines
454 B
Makefile
# 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
|
|
COMMENT= Apache module to supply access control based on ident reply
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
USE_APACHE= 13
|
|
AP_FAST_BUILD= YES
|
|
AP_GENPLIST= YES
|
|
|
|
.include <bsd.port.mk>
|