diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2003-09-04 13:30:54 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2003-09-04 13:30:54 +0000 |
commit | b80019736f0a071a926ca716c6d280fb00864682 (patch) | |
tree | b213fe86c989562cfb2ef4365cff555ea33cc109 /security/p5-Authen-SASL-Cyrus/Makefile | |
parent | 045be1878889ac884f71c59292b1432219dcfef8 (diff) | |
download | pkgsrc-b80019736f0a071a926ca716c6d280fb00864682.tar.gz |
Initial import of p5-Authen-SASL-Cyrus, version 0.07.
SASL is a generic mechanism for authentication used by several
network protocols. Authen::SASL provides an implementation
framework that all protocols should be able to share.
The XS framework makes calls into the existing libsasl.so
shared library to perform SASL client connection functionality,
including loading existing shared library mechanisms.
Authen::SASL::Cyrus implements XS SASL Authentication.
Packages provided by Quentin Garnier via pkgsrc-wip.
Diffstat (limited to 'security/p5-Authen-SASL-Cyrus/Makefile')
-rw-r--r-- | security/p5-Authen-SASL-Cyrus/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/security/p5-Authen-SASL-Cyrus/Makefile b/security/p5-Authen-SASL-Cyrus/Makefile new file mode 100644 index 00000000000..0cd76e515d5 --- /dev/null +++ b/security/p5-Authen-SASL-Cyrus/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/09/04 13:30:54 xtraeme Exp $ + +DISTNAME= Authen-SASL-Cyrus-0.07 +PKGNAME= p5-${DISTNAME} +CATEGORIES= security perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Authen/} + +MAINTAINER= cube@cubidou.net +HOMEPAGE= http://search.cpan.org/dist/Authen-SASL-Cyrus/ +COMMENT= Perl module to handle Cyrus protocol for SASL authentication + +DEPENDS+= p5-Authen-SASL-[0-9]*:../../wip/p5-Authen-SASL + +USE_BUILDLINK2= YES +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Authen/SASL/Cyrus/.packlist + +.include "../../security/cyrus-sasl2/buildlink2.mk" +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" |