diff options
author | bouyer <bouyer@pkgsrc.org> | 2012-05-16 15:55:23 +0000 |
---|---|---|
committer | bouyer <bouyer@pkgsrc.org> | 2012-05-16 15:55:23 +0000 |
commit | e201e49631d55253234726bf04c792bf9c92be76 (patch) | |
tree | e254b58a1ec7ea6851d9eeaebf83c5d3aff9244c /security/p5-AuthCAS | |
parent | 379800746a87bc5ccbf4638c9404866999f2306c (diff) | |
download | pkgsrc-e201e49631d55253234726bf04c792bf9c92be76.tar.gz |
Inital import of security/p5-AuthCAS version 1.5
AuthCAS aims at providing a Perl API to Yale's Central Authentication System
(CAS). Only a basic Perl library is provided with CAS whereas AuthCAS is a
full object-oriented library.
Diffstat (limited to 'security/p5-AuthCAS')
-rw-r--r-- | security/p5-AuthCAS/DESCR | 3 | ||||
-rw-r--r-- | security/p5-AuthCAS/Makefile | 19 | ||||
-rw-r--r-- | security/p5-AuthCAS/distinfo | 5 |
3 files changed, 27 insertions, 0 deletions
diff --git a/security/p5-AuthCAS/DESCR b/security/p5-AuthCAS/DESCR new file mode 100644 index 00000000000..c8e8071607c --- /dev/null +++ b/security/p5-AuthCAS/DESCR @@ -0,0 +1,3 @@ +AuthCAS aims at providing a Perl API to Yale's Central Authentication System +(CAS). Only a basic Perl library is provided with CAS whereas AuthCAS is a +full object-oriented library. diff --git a/security/p5-AuthCAS/Makefile b/security/p5-AuthCAS/Makefile new file mode 100644 index 00000000000..74a95131b62 --- /dev/null +++ b/security/p5-AuthCAS/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2012/05/16 15:55:23 bouyer Exp $ + +DISTNAME= AuthCAS-1.5 +PKGNAME= p5-${DISTNAME} +CATEGORIES= security perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/O/OS/OSALAUN/} + +MAINTAINER= bouyer@NetBSD.org +HOMEPAGE= http://search.cpan.org/~osalaun/AuthCAS-1.5/ +COMMENT= AuthCAS - Client library for CAS 2.0 authentication server +LICENSE= ${PERL5_LICENSE} + +PKG_DESTDIR_SUPPORT= user-destdir +USE_LANGUAGES= # + +PERL5_PACKLIST= ${PERL5_ARCHLIB}auto/AuthCAS/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/security/p5-AuthCAS/distinfo b/security/p5-AuthCAS/distinfo new file mode 100644 index 00000000000..e61fea43f41 --- /dev/null +++ b/security/p5-AuthCAS/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2012/05/16 15:55:23 bouyer Exp $ + +SHA1 (AuthCAS-1.5.tar.gz) = 576f4400338ba16dc6eb2f5212e8cbb07286b970 +RMD160 (AuthCAS-1.5.tar.gz) = 14d9860c4d9cf932eb997b8e7e70017606ee78eb +Size (AuthCAS-1.5.tar.gz) = 7002 bytes |