summaryrefslogtreecommitdiff
path: root/www/mod_auth_mellon/Makefile
blob: 415b11fb9d8a9b88dba494d605d8e2ffb569197c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Created by: Tom Judge <tom@tomjudge.com>
# $FreeBSD$

PORTNAME=		mod_auth_mellon
PORTVERSION=		0.5.0
CATEGORIES=		www
MASTER_SITES=		http://modmellon.googlecode.com/files/
DIST_SUBDIR=		apache2

MAINTAINER=		tj@FreeBSD.org
COMMENT=		Apache auth module for identifying SSO users

LIB_DEPENDS=		lasso.8:${PORTSDIR}/security/lasso \
			curl.6:${PORTSDIR}/ftp/curl

GNU_CONFIGURE=		yes
CONFIGURE_ARGS+=	--with-apxs2=${APXS}
CONFIGURE_ENV+=		OPENSSL_CFLAGS="-Wall" OPENSSL_LIBS="-lssl"

USE_APACHE=		22

PLIST_FILES=		${APACHEMODDIR}/mod_auth_mellon.so

.include <bsd.port.mk>