aboutsummaryrefslogtreecommitdiff
path: root/www/mod_auth_pubtkt/Makefile
blob: f51bc6b897369cf90bd17e146ad0510921577052 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# New ports collection makefile for:	mod_auth_pubtkt
# Date created:				24 Mar 2009
# Whom:					Manuel Kasper <mk@neon1.net>
#
# $FreeBSD$
#

PORTNAME=	mod_auth_pubtkt
PORTVERSION=	0.6
PORTREVISION=	1
CATEGORIES=	www
MASTER_SITES=	https://neon1.net/mod_auth_pubtkt/
PKGNAMEPREFIX=	${APACHE_PKGNAMEPREFIX}
DISTNAME=	mod_auth_pubtkt-${PORTVERSION}

MAINTAINER=	mk@neon1.net
COMMENT=	An Apache module to provide public key ticket based authentication

MAKE_JOBS_SAFE=	yes

USE_APACHE=	13+
HAS_CONFIGURE=	yes
CONFIGURE_ARGS=	--apxs=${APXS}

WRKSRC=	${WRKDIR}/${PORTNAME}

.include <bsd.port.mk>