2008-12-07 15:34:29 +01:00
|
|
|
# New ports collection makefile for: www/p5-CGI-Application-Plugin-Authentication
|
|
|
|
# Date created: 01 September 2008
|
|
|
|
# Whom: George Hartzell <hartzell@alerce.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= CGI-Application-Plugin-Authentication
|
2009-12-29 05:15:35 +01:00
|
|
|
PORTVERSION= 0.14
|
2008-12-07 15:34:29 +01:00
|
|
|
CATEGORIES= www perl5
|
2009-06-08 18:15:24 +02:00
|
|
|
MASTER_SITES= CPAN
|
2008-12-07 15:34:29 +01:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= hartzell@alerce.com
|
|
|
|
COMMENT= Support for authenticating requests in CGI::Application
|
|
|
|
|
2009-06-08 18:15:24 +02:00
|
|
|
RUN_DEPENDS= p5-Apache-Htpasswd>=0:${PORTSDIR}/security/p5-Apache-Htpasswd \
|
|
|
|
p5-CGI-Application>=4:${PORTSDIR}/www/p5-CGI-Application \
|
|
|
|
p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1 \
|
|
|
|
p5-UNIVERSAL-require>=0:${PORTSDIR}/devel/p5-UNIVERSAL-require
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
BUILD_DEPENDS+= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \
|
|
|
|
p5-Task-Weaken>=0:${PORTSDIR}/devel/p5-Task-Weaken \
|
|
|
|
p5-Test-Warn>=0.11:${PORTSDIR}/devel/p5-Test-Warn
|
|
|
|
|
|
|
|
PERL_MODBUILD= yes
|
2008-12-07 15:34:29 +01:00
|
|
|
|
|
|
|
MAN3= CGI::Application::Plugin::Authentication::Driver.3 \
|
|
|
|
CGI::Application::Plugin::Authentication::Driver::Filter::strip.3 \
|
|
|
|
CGI::Application::Plugin::Authentication::Driver::DBI.3 \
|
|
|
|
CGI::Application::Plugin::Authentication::Driver::Filter::sha1.3 \
|
|
|
|
CGI::Application::Plugin::Authentication::Driver::Filter::lc.3 \
|
|
|
|
CGI::Application::Plugin::Authentication::Store::Session.3 \
|
|
|
|
CGI::Application::Plugin::Authentication.3 \
|
|
|
|
CGI::Application::Plugin::Authentication::Driver::Filter::uc.3 \
|
|
|
|
CGI::Application::Plugin::Authentication::Driver::Filter::crypt.3 \
|
|
|
|
CGI::Application::Plugin::Authentication::Store.3 \
|
|
|
|
CGI::Application::Plugin::Authentication::Driver::Generic.3 \
|
|
|
|
CGI::Application::Plugin::Authentication::Store::Cookie.3 \
|
|
|
|
CGI::Application::Plugin::Authentication::Driver::Authen::Simple.3 \
|
|
|
|
CGI::Application::Plugin::Authentication::Driver::Filter::md5.3 \
|
|
|
|
CGI::Application::Plugin::Authentication::Driver::HTPasswd.3 \
|
|
|
|
CGI::Application::Plugin::Authentication::Driver::Dummy.3
|
|
|
|
|
2010-01-25 23:42:58 +01:00
|
|
|
.include <bsd.port.mk>
|