3993718d61
Pkgsrc changes: o Change MAINTAINER to pkgsrc-users@ as per communication with maintainer Upstream changes: Authen-SASL 2.11 -- Mon Apr 21 10:23:19 CDT 2008 Enhancements * implement securesocket() in the ::Perl set of plugins Bug Fixes * fix parsing challenges from GnuSASL * update tests for DIGEST-MD5 * New test from Phil Pennock for testing final server response
20 lines
501 B
Makefile
20 lines
501 B
Makefile
# $NetBSD: Makefile,v 1.10 2008/08/17 17:40:36 he Exp $
|
|
#
|
|
|
|
DISTNAME= Authen-SASL-2.11
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= security perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Authen/}
|
|
|
|
MAINTAINER= pkgsrc-users@cubidou.net
|
|
HOMEPAGE= http://search.cpan.org/dist/Authen-SASL/
|
|
COMMENT= Perl module to handle SASL authentication
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
PERL5_PACKLIST= auto/Authen/SASL/.packlist
|
|
MAKE_PARAMS+= < /dev/null
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|