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_pgsql2/Makefile | |
parent | 221e0a651fd2a964309073001ac7cc62e1b96ea0 (diff) |
Notes
Diffstat (limited to 'www/mod_auth_pgsql2/Makefile')
-rw-r--r-- | www/mod_auth_pgsql2/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/www/mod_auth_pgsql2/Makefile b/www/mod_auth_pgsql2/Makefile index 0ecc5b132a2f..f5d1b829a6d4 100644 --- a/www/mod_auth_pgsql2/Makefile +++ b/www/mod_auth_pgsql2/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: mod_auth_pgsql2 -# Date created: Mon Oct 6 -# Whom: Clement Laforet <sheepkiller@cultdeadsheep.org> -# +# Created by: Clement Laforet <sheepkiller@cultdeadsheep.org> # $FreeBSD$ PORTNAME= mod_auth_pgsql @@ -16,7 +13,7 @@ COMMENT= Allows users to use PostgreSQL databases for user authentication MAKE_JOBS_SAFE= yes USE_PGSQL= yes -USE_APACHE= 22+ +USE_APACHE= 22 LATEST_LINK= mod_auth_pgsql2 |