Tweak www/mod_auth_cas version 1.0.9.1_1
[dports.git] / www / mod_auth_cas / Makefile
1 # Created by: Kimo <kimor79@yahoo.com>
2 # $FreeBSD: www/mod_auth_cas/Makefile 333454 2013-11-10 23:11:59Z ohauer $
3
4 PORTNAME=       mod_auth_cas
5 PORTVERSION=    1.0.9.1
6 PORTREVISION=   1
7 CATEGORIES=     www
8 MASTER_SITES=   https://source.jasig.org/cas-clients/mod_auth_cas/tags/mod_auth_cas-${PORTVERSION}/src/
9 # SVN tags only, *sigh*
10 DISTFILES=      mod_auth_cas.c mod_auth_cas.h
11 DIST_SUBDIR=    apache2/mod_auth_cas/${PORTVERSION}
12 EXTRACT_ONLY=
13
14 MAINTAINER=     apache@FreeBSD.org
15 COMMENT=        Apache 2.x module that supports the CASv1 and CASv2 protocols
16
17 LICENSE=        AL2
18
19 LIB_DEPENDS=    libcurl.so:${PORTSDIR}/ftp/curl
20
21 NO_WRKSUBDIR=   yes
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 post-extract:
30         ${CP} ${DISTDIR}/${DIST_SUBDIR}/mod_auth_cas.c ${WRKSRC}/mod_auth_cas.c
31         ${CP} ${DISTDIR}/${DIST_SUBDIR}/mod_auth_cas.h ${WRKSRC}/mod_auth_cas.h
32
33 .include <bsd.port.mk>