freebsd-ports/www/mod_auth_cas/Makefile
Olli Hauer 010300555b - add fix from https://github.com/Jasig/mod_auth_cas/pull/13
- switch to github
- bump PORTREVISION

PR:		191792
Submitted by:	dgeo <dgeo@centrale-marseille.fr>
2014-07-13 22:31:17 +00:00

29 lines
527 B
Makefile

# Created by: Kimo <kimor79@yahoo.com>
# $FreeBSD$
PORTNAME= mod_auth_cas
PORTVERSION= 1.0.9.1
PORTREVISION= 2
CATEGORIES= www
MAINTAINER= apache@FreeBSD.org
COMMENT= Apache 2.x module that supports the CASv1 and CASv2 protocols
LICENSE= APACHE20
LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl
USE_GITHUB= yes
GH_ACCOUNT= Jasig
GH_TAGNAME= v${PORTVERSION}
GH_COMMIT= e12f9d1
WRKSRC_SUBDIR= src
USE_APACHE= 22+
AP_FAST_BUILD= yes
AP_GENPLIST= yes
AP_LIB= ${LOCALBASE}/lib
AP_EXTRAS= -l ssl -l curl
.include <bsd.port.mk>