freebsd-ports/www/mod_ntlm2/Makefile
Philip M. Gollucci 0531506af0 - fix depends path
- Bump PORTREVISION

Reported by:    QAT
2009-05-31 22:26:33 +00:00

24 lines
493 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= 2
CATEGORIES= www
MASTER_SITES= SF
MASTER_SITE_SUBDIR= modntlm
EXTRACT_SUFX= .tgz
MAINTAINER= admin@lissyara.su
COMMENT= NTLM authentication module for the Apache2 webserver
BUILD_DEPENDS= smbclient:${PORTSDIR}/net/samba3
USE_APACHE= 20+
MAKE_ENV= APXS=${APXS}
.include <bsd.port.mk>