freebsd-ports/www/mod_auth_pubtkt/Makefile
Philip M. Gollucci b77e307a41 - Mark mod_* modules MAKE_JOBS_SAFE=yes
With Hat:   apache@
Tested by:  Several P6 TB runs
2010-09-22 21:50:03 +00:00

26 lines
576 B
Makefile

# 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
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= 1.3+
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --apxs=${APXS}
WRKSRC= ${WRKDIR}/${PORTNAME}
.include <bsd.port.mk>