diff options
author | Sergey Skvortsov <skv@FreeBSD.org> | 2004-10-29 07:40:25 +0000 |
---|---|---|
committer | Sergey Skvortsov <skv@FreeBSD.org> | 2004-10-29 07:40:25 +0000 |
commit | dcc83681f241cbba7fb4cd6bd83b8dbca123e8cb (patch) | |
tree | cd4a9631e0cb8ba2aa5e54ec6febd3356e20b443 /www/p5-HTTPD-User-Manage/Makefile | |
parent | 5cf8be4633c8919b5f89f9668c303fa3e6f6710f (diff) |
Notes
Diffstat (limited to 'www/p5-HTTPD-User-Manage/Makefile')
-rw-r--r-- | www/p5-HTTPD-User-Manage/Makefile | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/www/p5-HTTPD-User-Manage/Makefile b/www/p5-HTTPD-User-Manage/Makefile index 7315616010aa..6cb735c01641 100644 --- a/www/p5-HTTPD-User-Manage/Makefile +++ b/www/p5-HTTPD-User-Manage/Makefile @@ -1,23 +1,23 @@ -# New ports collection makefile for: p5-HTTPD-Tools +# New ports collection makefile for: p5-HTTPD-User-Manage # Date created: October 20th 1996 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # # $FreeBSD$ # -PORTNAME= HTTPD-Tools -PORTVERSION= 0.55 +PORTNAME= HTTPD-User-Manage +PORTVERSION= 1.62 CATEGORIES= www perl5 -# no longer carried on CPAN -MASTER_SITES= # ${MASTER_SITE_PERL_CPAN} +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= HTTPD PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org -COMMENT= Perl5 module for a HTTP server authentication class +MAINTAINER= skv@FreeBSD.org +COMMENT= Perl modules for managing access control with the web server PERL_CONFIGURE= yes -MAN3= HTTPD::Authen.3 HTTPD::UserAdmin.3 HTTPD::GroupAdmin.3 +MAN3= HTTPD::Authen.3 HTTPD::GroupAdmin.3 HTTPD::Realm.3 \ + HTTPD::RealmManager.3 HTTPD::UserAdmin.3 .include <bsd.port.mk> |