pkgsrc/devel/p5-RT-Authen-ExternalAuth/Makefile
tonnerre ec421fc038 Import p5-RT-Authen-ExternalAuth version 0.17 into pkgsrc.
The Perl 5 module RT::Authen::ExternalAuth provides support for external
authentication sources for the RT ticket system.
2013-07-28 00:10:27 +00:00

21 lines
693 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2013/07/28 00:10:27 tonnerre Exp $
DISTNAME= RT-Authen-ExternalAuth-0.17
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=RT/}
MAINTAINER= tonnerre@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/RT-Authen-ExternalAuth/
COMMENT= RT extension for external authentication methods
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-perl-ldap>=0:../../databases/p5-perl-ldap
DEPENDS+= p5-CGI>=0:../../www/p5-CGI
DEPENDS+= p5-DBI>=0:../../databases/p5-DBI
DEPENDS+= p5-Net-SSLeay>=0:../../security/p5-Net-SSLeay
PERL5_PACKLIST= auto/RT/Authen/ExternalAuth/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"