bebb3a4e8a
Authen::SASL::Authd provides client authentication via Cyrus saslauthd or Dovecot authentication daemon.
18 lines
551 B
Makefile
18 lines
551 B
Makefile
# $NetBSD: Makefile,v 1.1 2015/04/14 13:27:55 fhajny Exp $
|
|
#
|
|
|
|
DISTNAME= Authen-SASL-Authd-0.04
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= security perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Authen/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Authen-SASL-Authd/
|
|
COMMENT= Perl module to handle SASL auth via Cyrus saslauthd or Dovecot
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PERL5_PACKLIST= auto/Authen/SASL/Authd/.packlist
|
|
PERL5_MODULE_TYPE= Module::Install::Bundled
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|