head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.10 pkgsrc-2013Q2-base:1.2 pkgsrc-2012Q4:1.2.0.8 pkgsrc-2012Q4-base:1.2 pkgsrc-2011Q4:1.2.0.6 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q2:1.2.0.4 pkgsrc-2011Q2-base:1.2 pkgsrc-2009Q4:1.2.0.2 pkgsrc-2009Q4-base:1.2 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.2 date 2009.06.11.12.06.11; author abs; state dead; branches; next 1.1; 1.1 date 2009.06.01.21.41.39; author seb; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2009.06.01.21.41.39; author seb; state Exp; branches; next ; desc @@ 1.2 log @update to use the new Module::Install infrastructure @ text @$NetBSD: patch-aa,v 1.1 2009/06/01 21:41:39 seb Exp $ Prevent CPAN.pm to run an interactive setup process if it is unconfigured: don't call Module::Install::auto_install() --- Makefile.PL.orig 2009-05-10 14:45:08.000000000 +0000 +++ Makefile.PL @@@@ -18,7 +18,7 @@@@ build_requires 'Authen::CAS::Client'; build_requires 'URI::Escape'; build_requires 'mod_perl2'; -auto_install; +#auto_install; no_index directory => 'examples'; #install_script('scripts/delete_session_data.pl'); @ 1.1 log @Initial revision @ text @d1 1 a1 1 $NetBSD$ @ 1.1.1.1 log @Initial import of p5-Apache2-AuthCASSimple version 0.10 in the NetBSD Packages Collection. Apache2::AuthCASSimple is an authentication module for Apache2/mod_perl2. It allows you to authenticate users through a Yale CAS server. Users do not need to log in if they are already authenticated by the CAS server, only tickets are exchanged between Web client, Apache2 server and CAS server. If they are not yet authenticated, they will be redirected to the CAS server login form. @ text @@