diff --git a/security/p5-Catalyst-Plugin-Authentication-Store-Htpasswd/Makefile b/security/p5-Catalyst-Plugin-Authentication-Store-Htpasswd/Makefile new file mode 100644 index 00000000000..8212d59ffe3 --- /dev/null +++ b/security/p5-Catalyst-Plugin-Authentication-Store-Htpasswd/Makefile @@ -0,0 +1,26 @@ +# $OpenBSD: Makefile,v 1.1.1.1 2006/11/06 13:27:12 espie Exp $ + +COMMENT= "catalyst authentication via .htpasswd" + +DISTNAME= Catalyst-Plugin-Authentication-Store-Htpasswd-0.02 +PKGNAME= p5-${DISTNAME} +CATEGORIES= security perl5 + +MAINTAINER= Simon Dassow + +# Artistic + GPL +PERMIT_PACKAGE_CDROM= Yes +PERMIT_PACKAGE_FTP= Yes +PERMIT_DISTFILES_CDROM= Yes +PERMIT_DISTFILES_FTP= Yes + +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Catalyst/} + +RUN_DEPENDS= ::security/p5-Authen-Htpasswd \ + ::security/p5-Catalyst-Plugin-Authentication +REGRESS_DEPENDS=${RUN_DEPENDS} + +CONFIGURE_STYLE=perl +PKG_ARCH= * + +.include diff --git a/security/p5-Catalyst-Plugin-Authentication-Store-Htpasswd/distinfo b/security/p5-Catalyst-Plugin-Authentication-Store-Htpasswd/distinfo new file mode 100644 index 00000000000..625ac3990ea --- /dev/null +++ b/security/p5-Catalyst-Plugin-Authentication-Store-Htpasswd/distinfo @@ -0,0 +1,4 @@ +MD5 (Catalyst-Plugin-Authentication-Store-Htpasswd-0.02.tar.gz) = 717db601d1cc199e15072f57012aab22 +RMD160 (Catalyst-Plugin-Authentication-Store-Htpasswd-0.02.tar.gz) = 18c94cdf9c3c99792a5d4675305ddf7e7ae0e4c0 +SHA1 (Catalyst-Plugin-Authentication-Store-Htpasswd-0.02.tar.gz) = da742f99b26359cff5b8cdc5713dafb03e320fbe +SIZE (Catalyst-Plugin-Authentication-Store-Htpasswd-0.02.tar.gz) = 4139 diff --git a/security/p5-Catalyst-Plugin-Authentication-Store-Htpasswd/pkg/DESCR b/security/p5-Catalyst-Plugin-Authentication-Store-Htpasswd/pkg/DESCR new file mode 100644 index 00000000000..97755c22fff --- /dev/null +++ b/security/p5-Catalyst-Plugin-Authentication-Store-Htpasswd/pkg/DESCR @@ -0,0 +1,2 @@ +This plugin uses Authen::Htpasswd to let your application use .htpasswd +files for its authentication storage. diff --git a/security/p5-Catalyst-Plugin-Authentication-Store-Htpasswd/pkg/PLIST b/security/p5-Catalyst-Plugin-Authentication-Store-Htpasswd/pkg/PLIST new file mode 100644 index 00000000000..ad9e344fbcb --- /dev/null +++ b/security/p5-Catalyst-Plugin-Authentication-Store-Htpasswd/pkg/PLIST @@ -0,0 +1,8 @@ +@comment $OpenBSD: PLIST,v 1.1.1.1 2006/11/06 13:27:12 espie Exp $ +${P5SITE}/Catalyst/Plugin/Authentication/Store/Htpasswd/ +${P5SITE}/Catalyst/Plugin/Authentication/Store/Htpasswd.pm +${P5SITE}/Catalyst/Plugin/Authentication/Store/Htpasswd/Backend.pm +${P5SITE}/Catalyst/Plugin/Authentication/Store/Htpasswd/User.pm +@man man/man3p/Catalyst::Plugin::Authentication::Store::Htpasswd.3p +@man man/man3p/Catalyst::Plugin::Authentication::Store::Htpasswd::Backend.3p +@man man/man3p/Catalyst::Plugin::Authentication::Store::Htpasswd::User.3p