1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
freebsd-ports/www/mod_auth_cas/Makefile
Olli Hauer d3d2b289d4 - update to version 1.0.9.1
- add pkg-message

PR:		ports/168710
Submitted by:	Geoffroy Desvernay <dgeo@centrale-marseille.fr>
2012-08-25 16:48:55 +00:00

41 lines
996 B
Makefile

# New ports collection makefile for: mod_auth_cas
# Date created: Thursday December 24, 2009
# Whom: Kimo <kimor79@yahoo.com>
#
# $FreeBSD$
#
PORTNAME= mod_auth_cas
PORTVERSION= 1.0.9.1
CATEGORIES= www
MASTER_SITES= https://source.jasig.org/cas-clients/mod_auth_cas/tags/mod_auth_cas-${PORTVERSION}/src/
# SVN tags only, *sigh*
DISTFILES= mod_auth_cas.c mod_auth_cas.h
DIST_SUBDIR= apache2/mod_auth_cas/${PORTVERSION}
EXTRACT_ONLY=
MAINTAINER= apache@FreeBSD.org
COMMENT= Apache 2.x module that supports the CASv1 and CASv2 protocols
LICENSE= AL2
LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl
MAKE_JOBS_SAFE= yes
NO_WRKSUBDIR= yes
USE_APACHE= 22+
AP_FAST_BUILD= yes
AP_GENPLIST= yes
AP_LIB= ${LOCALBASE}/lib
AP_EXTRAS= -l ssl -l curl
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
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>