diff options
-rw-r--r-- | security/p5-Authen-CAS-Client/DESCR | 3 | ||||
-rw-r--r-- | security/p5-Authen-CAS-Client/Makefile | 24 | ||||
-rw-r--r-- | security/p5-Authen-CAS-Client/distinfo | 5 |
3 files changed, 32 insertions, 0 deletions
diff --git a/security/p5-Authen-CAS-Client/DESCR b/security/p5-Authen-CAS-Client/DESCR new file mode 100644 index 00000000000..ae79ee6e562 --- /dev/null +++ b/security/p5-Authen-CAS-Client/DESCR @@ -0,0 +1,3 @@ +The Perl 5 module Authen::CAS::Client provides a simple interface +for authenticating users using JA-SIG's CAS protocol. Both CAS v1.0 +and v2.0 are supported. diff --git a/security/p5-Authen-CAS-Client/Makefile b/security/p5-Authen-CAS-Client/Makefile new file mode 100644 index 00000000000..f076cdb5c6d --- /dev/null +++ b/security/p5-Authen-CAS-Client/Makefile @@ -0,0 +1,24 @@ +# $NetBSD: Makefile,v 1.1.1.1 2008/09/16 17:03:03 seb Exp $ +# + +DISTNAME= Authen-CAS-Client-0.03 +PKGNAME= p5-${DISTNAME} +CATEGORIES= security +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Authen/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Authen-CAS-Client/ +COMMENT= Perl 5 module providing an interface for JA-SIG's CAS + +PKG_DESTDIR_SUPPORT= user-destdir + +USE_LANGUAGES= # empty +PERL5_PACKLIST= auto/Authen/CAS/Client/.packlist + +DEPENDS+= p5-Test-MockObject-[0-9]*:../../devel/p5-Test-MockObject +DEPENDS+= p5-URI-[0-9]*:../../www/p5-URI +DEPENDS+= p5-XML-LibXML-[0-9]*:../../textproc/p5-XML-LibXML +DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/security/p5-Authen-CAS-Client/distinfo b/security/p5-Authen-CAS-Client/distinfo new file mode 100644 index 00000000000..016285fd28b --- /dev/null +++ b/security/p5-Authen-CAS-Client/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2008/09/16 17:03:03 seb Exp $ + +SHA1 (Authen-CAS-Client-0.03.tar.gz) = 5ea455642abc133187f1b901b71f1bb1c35cacab +RMD160 (Authen-CAS-Client-0.03.tar.gz) = 644d279e7a76259d8b65e6b7b65ff7d4c3c862d0 +Size (Authen-CAS-Client-0.03.tar.gz) = 27104 bytes |