freebsd-ports/www/mod_auth_openid/Makefile
Olli Hauer b7fc7ba655 - USE_APACHE= s/22+/22/
- adopt new Makefile header

Port build fails on local exp-run with apache24 with
 error: 'conn_rec' has no member named 'remote_ip'

or various other apache22 specific functions/parameters

with hat apache@
2012-09-22 21:15:50 +00:00

28 lines
675 B
Makefile

# Created by: Sutra Zhou <zhoushuqun@gmail.com>
# $FreeBSD$
PORTNAME= mod_auth_openid
PORTVERSION= 0.6
PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= http://butterfat.net/releases/mod_auth_openid/
PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX}
MAINTAINER= zhoushuqun@gmail.com
COMMENT= An authentication module for the Apache 2 webserver with OpenID
LIB_DEPENDS= opkele:${PORTSDIR}/devel/libopkele \
sqlite3:${PORTSDIR}/databases/sqlite3
MAKE_JOBS_SAFE= yes
PLIST_FILES= ${APACHEMODDIR}/mod_auth_openid.so
USE_APACHE= 22
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-pcre=${LOCALBASE}
CFLAGS+= -I${LOCALBASE}/include -I/usr/include/openssl
.include <bsd.port.mk>