pkgsrc/security/p5-Authen-SASL/Makefile
sno 4468afecb4 Updating security/p5-Authen-SASL from 2.13 to 2.14
Upstream changes:
Authen-SASL 2.14 -- Thu Mar 11 08:21:07 CST 2010
  * Documentation updates  [Yann Kerherve]
  * Added server API description [Yann Kerherve]
  * Bugfixes to LOGIN, PLAIN and DIGEST_MD5 [Yann Kerherve]
  * Added server support for LOGIN, PLAINaand DIGEST_MD5 [Yann Kerherve]
  * Compatiblity with Authen::SASL::XS [Yann Kerherve]
2010-03-16 10:18:00 +00:00

27 lines
718 B
Makefile

# $NetBSD: Makefile,v 1.16 2010/03/16 10:18:00 sno Exp $
#
DISTNAME= Authen-SASL-2.14
PKGNAME= p5-${DISTNAME}
#PKGREVISION= 1
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Authen/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Authen-SASL/
COMMENT= Perl module to handle SASL authentication
LICENSE= ${PERL5_LICENSE}
PKG_DESTDIR_SUPPORT= user-destdir
PERL5_PACKLIST= auto/Authen/SASL/.packlist
PERL5_MODULE_TYPE= Module::Install::Bundled
#MAKE_PARAMS+= < /dev/null
DEPENDS+= p5-Digest-HMAC-[0-9]*:../../security/p5-Digest-HMAC
# recommended
DEPENDS+= p5-GSSAPI-[0-9]*:../../security/p5-GSSAPI
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"