aboutsummaryrefslogtreecommitdiff
path: root/www/mod_auth_pubtkt/Makefile
diff options
context:
space:
mode:
authorOlli Hauer <ohauer@FreeBSD.org>2012-09-22 21:36:48 +0000
committerOlli Hauer <ohauer@FreeBSD.org>2012-09-22 21:36:48 +0000
commit1d1abaf43b901e24c98d4b17d3ed2c3138fa2bc4 (patch)
treebc690f69900970a381194120e3ba7b80e538fd95 /www/mod_auth_pubtkt/Makefile
parentee366713d9fd4ece2d6ac1c719a25759ad855f13 (diff)
downloadports-1d1abaf43b901e24c98d4b17d3ed2c3138fa2bc4.tar.gz
ports-1d1abaf43b901e24c98d4b17d3ed2c3138fa2bc4.zip
Notes
Diffstat (limited to 'www/mod_auth_pubtkt/Makefile')
-rw-r--r--www/mod_auth_pubtkt/Makefile13
1 files changed, 3 insertions, 10 deletions
diff --git a/www/mod_auth_pubtkt/Makefile b/www/mod_auth_pubtkt/Makefile
index 680415deb381..0f806510d6ab 100644
--- a/www/mod_auth_pubtkt/Makefile
+++ b/www/mod_auth_pubtkt/Makefile
@@ -1,17 +1,12 @@
-# New ports collection makefile for: mod_auth_pubtkt
-# Date created: 24 Mar 2009
-# Whom: Manuel Kasper <mk@neon1.net>
-#
+# Created by: Manuel Kasper <mk@neon1.net>
# $FreeBSD$
-#
PORTNAME= mod_auth_pubtkt
-PORTVERSION= 0.6
-PORTREVISION= 1
+PORTVERSION= 0.8
CATEGORIES= www
MASTER_SITES= https://neon1.net/mod_auth_pubtkt/
PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX}
-DISTNAME= mod_auth_pubtkt-${PORTVERSION}
+DIST_SUBDIR= apache2
MAINTAINER= mk@neon1.net
COMMENT= An Apache module to provide public key ticket based authentication
@@ -22,6 +17,4 @@ USE_APACHE= 22+
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --apxs=${APXS}
-WRKSRC= ${WRKDIR}/${PORTNAME}
-
.include <bsd.port.mk>