1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-20 08:27:15 +00:00
freebsd-ports/www/mod_ntlm2/Makefile
Renato Botelho 03f46b8f12 Change default samba dependency version to 3.4
PR:		ports/150571
Submitted by:	garga@
Approved by:	maintainer
2010-09-30 19:15:15 +00:00

29 lines
598 B
Makefile

# New ports collection makefile for: mod_ntlm2
# Date created: 26 September 2007
# Whom: Alex "lissyara" Keda <admin@lissyara.su>
#
# $FreeBSD$
#
PORTNAME= mod_ntlm2
PORTVERSION= 0.1
PORTREVISION= 3
CATEGORIES= www
MASTER_SITES= SF/modntlm/modntlm2/${PORTNAME}-${PORTVERSION}
PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX}
EXTRACT_SUFX= .tgz
MAINTAINER= admin@lissyara.su
COMMENT= NTLM authentication module for the Apache2 webserver
BUILD_DEPENDS= smbclient:${PORTSDIR}/${SAMBA_PORT}
SAMBA_PORT?= net/samba34
MAKE_JOBS_SAFE= yes
USE_APACHE= 20+
MAKE_ENV= APXS=${APXS}
.include <bsd.port.mk>