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 | ead6a8b5c9b268d215167e824389e5e8ca59729e (patch) | |
tree | e254b58a1ec7ea6851d9eeaebf83c5d3aff9244c /security/p5-AuthCAS/Makefile | |
parent | b098b9de0c636c959b92c18a24f3a3df11690214 (diff) | |
download | pkgsrc-ead6a8b5c9b268d215167e824389e5e8ca59729e.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/Makefile')
-rw-r--r-- | security/p5-AuthCAS/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
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" |