aboutsummaryrefslogtreecommitdiff
path: root/www/mod_auth_mellon/Makefile
blob: cbb9ba3c01c18c7f6e562ba1326c8d38b7977b1e (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
25
26
27
28
29
# Created by: Tom Judge <tom@tomjudge.com>
# $FreeBSD$

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

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

LICENSE=		GPLv2

LIB_DEPENDS=		liblasso.so:${PORTSDIR}/security/lasso \
			libcurl.so:${PORTSDIR}/ftp/curl

USES=			pkgconfig
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

NO_STAGE=	yes
.include <bsd.port.mk>