freebsd-ports/www/mod_auth_openid/Makefile
Baptiste Daroussin 7bdea05bb4 Second batch at resetting maintainership on ports that have not been staged and
without any pending PR

With hat:	portmgr
2014-07-02 17:17:20 +00:00

28 lines
686 B
Makefile

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