Update www/mod_auth_cas to version 1.0.9.1_2
[dports.git] / www / mod_auth_cas / Makefile
1 # Created by: Kimo <kimor79@yahoo.com>
2 # $FreeBSD$
3
4 PORTNAME=       mod_auth_cas
5 PORTVERSION=    1.0.9.1
6 PORTREVISION=   2
7 CATEGORIES=     www
8
9 MAINTAINER=     apache@FreeBSD.org
10 COMMENT=        Apache 2.x module that supports the CASv1 and CASv2 protocols
11
12 LICENSE=        APACHE20
13
14 LIB_DEPENDS=    libcurl.so:${PORTSDIR}/ftp/curl
15
16 USE_GITHUB=     yes
17 GH_ACCOUNT=     Jasig
18 GH_TAGNAME=     v${PORTVERSION}
19 GH_COMMIT=      e12f9d1
20
21 WRKSRC_SUBDIR=  src
22
23 USE_APACHE=     22+
24 AP_FAST_BUILD=  yes
25 AP_GENPLIST=    yes
26 AP_LIB=         ${LOCALBASE}/lib
27 AP_EXTRAS=      -l ssl -l curl
28
29 .include <bsd.port.mk>