diff options
author | Olli Hauer <ohauer@FreeBSD.org> | 2012-09-22 21:15:50 +0000 |
---|---|---|
committer | Olli Hauer <ohauer@FreeBSD.org> | 2012-09-22 21:15:50 +0000 |
commit | b7fc7ba65576d5ce387563c60b88276ba1418bc8 (patch) | |
tree | 884d351fee646b4e7b1b5c851bf898976e69b28e /www/mod_auth_tkt/Makefile | |
parent | 221e0a651fd2a964309073001ac7cc62e1b96ea0 (diff) | |
download | ports-b7fc7ba65576d5ce387563c60b88276ba1418bc8.tar.gz ports-b7fc7ba65576d5ce387563c60b88276ba1418bc8.zip |
Notes
Diffstat (limited to 'www/mod_auth_tkt/Makefile')
-rw-r--r-- | www/mod_auth_tkt/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/www/mod_auth_tkt/Makefile b/www/mod_auth_tkt/Makefile index 2181c9d48826..5f3f9c6a9e62 100644 --- a/www/mod_auth_tkt/Makefile +++ b/www/mod_auth_tkt/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: mod_auth_tkt -# Date created: 2 Feb 2011 -# Whom: Jun Kuriyama <kuriyama@FreeBSD.org> -# +# Created by: Jun Kuriyama <kuriyama@FreeBSD.org> # $FreeBSD$ -# PORTNAME= mod_auth_tkt PORTVERSION= 2.1.0 @@ -15,7 +11,7 @@ MASTER_SITE_SUBDIR= kuriyama MAINTAINER= kuriyama@FreeBSD.org COMMENT= Lightweight single-sign-on authentication module for apache -USE_APACHE= 22+ +USE_APACHE= 22 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src AP_FAST_BUILD= yes SRC_FILE= ${PORTNAME}.c sha2.c |