fb4deed873
With minor cleanups to make things simpler. With hat: portmgr Sponsored by: Absolight
28 lines
501 B
Makefile
28 lines
501 B
Makefile
# Created by: Kimo <kimor79@yahoo.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= mod_auth_cas
|
|
PORTVERSION= 1.0.9.1
|
|
DISTVERSIONPREFIX= v
|
|
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
|
|
|
|
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>
|