2009-12-24 21:05:22 +01:00
|
|
|
# New ports collection makefile for: mod_auth_cas
|
|
|
|
# Date created: Thursday December 24, 2009
|
|
|
|
# Whom: Kimo <kimor79@yahoo.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= mod_auth_cas
|
2012-08-25 18:48:55 +02:00
|
|
|
PORTVERSION= 1.0.9.1
|
2009-12-24 21:05:22 +01:00
|
|
|
CATEGORIES= www
|
2012-08-25 18:48:55 +02:00
|
|
|
MASTER_SITES= https://source.jasig.org/cas-clients/mod_auth_cas/tags/mod_auth_cas-${PORTVERSION}/src/
|
2010-10-20 05:26:34 +02:00
|
|
|
# SVN tags only, *sigh*
|
2009-12-24 21:05:22 +01:00
|
|
|
DISTFILES= mod_auth_cas.c mod_auth_cas.h
|
2012-08-25 18:48:55 +02:00
|
|
|
DIST_SUBDIR= apache2/mod_auth_cas/${PORTVERSION}
|
2009-12-24 21:05:22 +01:00
|
|
|
EXTRACT_ONLY=
|
|
|
|
|
|
|
|
MAINTAINER= apache@FreeBSD.org
|
|
|
|
COMMENT= Apache 2.x module that supports the CASv1 and CASv2 protocols
|
|
|
|
|
2012-08-25 18:48:55 +02:00
|
|
|
LICENSE= AL2
|
|
|
|
|
|
|
|
LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl
|
2009-12-24 21:05:22 +01:00
|
|
|
|
2012-08-25 18:48:55 +02:00
|
|
|
MAKE_JOBS_SAFE= yes
|
2009-12-24 21:05:22 +01:00
|
|
|
NO_WRKSUBDIR= yes
|
|
|
|
|
2012-08-18 16:29:08 +02:00
|
|
|
USE_APACHE= 22+
|
2009-12-24 21:05:22 +01:00
|
|
|
AP_FAST_BUILD= yes
|
|
|
|
AP_GENPLIST= yes
|
2012-08-25 18:48:55 +02:00
|
|
|
AP_LIB= ${LOCALBASE}/lib
|
|
|
|
AP_EXTRAS= -l ssl -l curl
|
2009-12-24 21:05:22 +01:00
|
|
|
|
|
|
|
post-extract:
|
|
|
|
${CP} ${DISTDIR}/${DIST_SUBDIR}/mod_auth_cas.c ${WRKSRC}/mod_auth_cas.c
|
|
|
|
${CP} ${DISTDIR}/${DIST_SUBDIR}/mod_auth_cas.h ${WRKSRC}/mod_auth_cas.h
|
|
|
|
|
2012-08-25 18:48:55 +02:00
|
|
|
post-install:
|
|
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
|
2009-12-24 21:05:22 +01:00
|
|
|
.include <bsd.port.mk>
|