2009-07-18 18:50:55 +02:00
|
|
|
# New ports collection makefile for: mod_auth_pubtkt
|
|
|
|
# Date created: 24 Mar 2009
|
|
|
|
# Whom: Manuel Kasper <mk@neon1.net>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= mod_auth_pubtkt
|
2010-06-07 03:56:06 +02:00
|
|
|
PORTVERSION= 0.6
|
2011-08-20 19:27:52 +02:00
|
|
|
PORTREVISION= 1
|
2009-07-18 18:50:55 +02:00
|
|
|
CATEGORIES= www
|
|
|
|
MASTER_SITES= https://neon1.net/mod_auth_pubtkt/
|
2010-05-25 22:17:37 +02:00
|
|
|
PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX}
|
2009-07-18 18:50:55 +02:00
|
|
|
DISTNAME= mod_auth_pubtkt-${PORTVERSION}
|
|
|
|
|
|
|
|
MAINTAINER= mk@neon1.net
|
|
|
|
COMMENT= An Apache module to provide public key ticket based authentication
|
|
|
|
|
2010-09-22 23:50:03 +02:00
|
|
|
MAKE_JOBS_SAFE= yes
|
|
|
|
|
2011-08-20 19:27:52 +02:00
|
|
|
USE_APACHE= 13+
|
2009-07-18 18:50:55 +02:00
|
|
|
HAS_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS= --apxs=${APXS}
|
|
|
|
|
2010-06-07 03:56:06 +02:00
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
|
|
|
2009-07-18 18:50:55 +02:00
|
|
|
.include <bsd.port.mk>
|