freebsd-ports/www/mod_auth_pubtkt/Makefile
Olli Hauer 19fe40753d - change required APACHE version from 13+ to 20+
(prepare to remove www/apache13)

- no PORTREVISION bump since apache22 is the default

with hat apache@
2012-01-01 16:47:41 +00:00

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