diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-RT-Authen-ExternalAuth/DESCR | 2 | ||||
-rw-r--r-- | devel/p5-RT-Authen-ExternalAuth/Makefile | 21 | ||||
-rw-r--r-- | devel/p5-RT-Authen-ExternalAuth/distinfo | 5 |
3 files changed, 28 insertions, 0 deletions
diff --git a/devel/p5-RT-Authen-ExternalAuth/DESCR b/devel/p5-RT-Authen-ExternalAuth/DESCR new file mode 100644 index 00000000000..d09a91b1eeb --- /dev/null +++ b/devel/p5-RT-Authen-ExternalAuth/DESCR @@ -0,0 +1,2 @@ +The Perl 5 module RT::Authen::ExternalAuth provides support for external +authentication sources for the RT ticket system. diff --git a/devel/p5-RT-Authen-ExternalAuth/Makefile b/devel/p5-RT-Authen-ExternalAuth/Makefile new file mode 100644 index 00000000000..af29624ea1d --- /dev/null +++ b/devel/p5-RT-Authen-ExternalAuth/Makefile @@ -0,0 +1,21 @@ +# $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" diff --git a/devel/p5-RT-Authen-ExternalAuth/distinfo b/devel/p5-RT-Authen-ExternalAuth/distinfo new file mode 100644 index 00000000000..4a00a30235c --- /dev/null +++ b/devel/p5-RT-Authen-ExternalAuth/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2013/07/28 00:10:27 tonnerre Exp $ + +SHA1 (RT-Authen-ExternalAuth-0.17.tar.gz) = 3df7c0cd5dcb9b821ffd060deb1cdf1a717d1d0c +RMD160 (RT-Authen-ExternalAuth-0.17.tar.gz) = b78de768ef9b06f039ed4304c3bc88b88a2847c2 +Size (RT-Authen-ExternalAuth-0.17.tar.gz) = 68960 bytes |