diff options
author | culot <culot@FreeBSD.org> | 2012-01-24 21:51:08 +0800 |
---|---|---|
committer | culot <culot@FreeBSD.org> | 2012-01-24 21:51:08 +0800 |
commit | 92dedc1c719baf431fb6f2a0671de2847244355d (patch) | |
tree | f7a761137c7c1e6f37122f9bf8dff5f618ae1c9f /security/p5-Dancer-Plugin-Passphrase | |
parent | c3a03a80d0246fe9d580c7e0205f874ece497625 (diff) | |
download | freebsd-ports-gnome-92dedc1c719baf431fb6f2a0671de2847244355d.tar.gz freebsd-ports-gnome-92dedc1c719baf431fb6f2a0671de2847244355d.tar.zst freebsd-ports-gnome-92dedc1c719baf431fb6f2a0671de2847244355d.zip |
Dancer::Plugin::Passphrase manages the hashing of passwords for Dancer apps,
allowing developers to follow best cryptography practice without having to
become a cryptography expert. It uses the bcrypt algorithm as the default,
wrapping Crypt::Eksblowfish::Bcrypt, and also supports any hashing function
provided by Digest.
WWW: http://search.cpan.org/dist/Dancer-Plugin-Passphrase/
PR: ports/164427
Submitted by: Grzegorz Blach <magik@roorback.net>
Diffstat (limited to 'security/p5-Dancer-Plugin-Passphrase')
-rw-r--r-- | security/p5-Dancer-Plugin-Passphrase/Makefile | 32 | ||||
-rw-r--r-- | security/p5-Dancer-Plugin-Passphrase/distinfo | 2 | ||||
-rw-r--r-- | security/p5-Dancer-Plugin-Passphrase/pkg-descr | 7 | ||||
-rw-r--r-- | security/p5-Dancer-Plugin-Passphrase/pkg-plist | 7 |
4 files changed, 48 insertions, 0 deletions
diff --git a/security/p5-Dancer-Plugin-Passphrase/Makefile b/security/p5-Dancer-Plugin-Passphrase/Makefile new file mode 100644 index 000000000000..5b185b123c10 --- /dev/null +++ b/security/p5-Dancer-Plugin-Passphrase/Makefile @@ -0,0 +1,32 @@ +# New ports collection makefile for: p5-Dancer-Plugin-Passphrase +# Date created: 2012-01-24 +# Whom: Grzegorz Blach <magik@roorback.net> +# +# $FreeBSD$ +# + +PORTNAME= Dancer-Plugin-Passphrase +PORTVERSION= 1.0.0 +CATEGORIES= security perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:JAITKEN +PKGNAMEPREFIX= p5- + +MAINTAINER= magik@roorback.net +COMMENT= Passphrases and Passwords as objects for Dancer + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-Crypt-Eksblowfish>0:${PORTSDIR}/security/p5-Crypt-Eksblowfish \ + p5-Dancer>0:${PORTSDIR}/www/p5-Dancer \ + p5-Data-Entropy>0:${PORTSDIR}/security/p5-Data-Entropy +RUN_DEPENDS= p5-Crypt-Eksblowfish>0:${PORTSDIR}/security/p5-Crypt-Eksblowfish \ + p5-Dancer>0:${PORTSDIR}/www/p5-Dancer \ + p5-Data-Entropy>0:${PORTSDIR}/security/p5-Data-Entropy + +PERL_CONFIGURE= yes + +MAN3= Dancer::Plugin::Passphrase.3 + +.include <bsd.port.mk> diff --git a/security/p5-Dancer-Plugin-Passphrase/distinfo b/security/p5-Dancer-Plugin-Passphrase/distinfo new file mode 100644 index 000000000000..e77e302d9fc9 --- /dev/null +++ b/security/p5-Dancer-Plugin-Passphrase/distinfo @@ -0,0 +1,2 @@ +SHA256 (Dancer-Plugin-Passphrase-1.0.0.tar.gz) = 252fd0d330db7e7efd03f20e71362f156fe0c0ce42dfd99aaf6f4241a4955444 +SIZE (Dancer-Plugin-Passphrase-1.0.0.tar.gz) = 15798 diff --git a/security/p5-Dancer-Plugin-Passphrase/pkg-descr b/security/p5-Dancer-Plugin-Passphrase/pkg-descr new file mode 100644 index 000000000000..b9405232f169 --- /dev/null +++ b/security/p5-Dancer-Plugin-Passphrase/pkg-descr @@ -0,0 +1,7 @@ +Dancer::Plugin::Passphrase manages the hashing of passwords for Dancer apps, +allowing developers to follow best cryptography practice without having to +become a cryptography expert. It uses the bcrypt algorithm as the default, +wrapping Crypt::Eksblowfish::Bcrypt, and also supports any hashing function +provided by Digest. + +WWW: http://search.cpan.org/dist/Dancer-Plugin-Passphrase/ diff --git a/security/p5-Dancer-Plugin-Passphrase/pkg-plist b/security/p5-Dancer-Plugin-Passphrase/pkg-plist new file mode 100644 index 000000000000..cd2a27a4360f --- /dev/null +++ b/security/p5-Dancer-Plugin-Passphrase/pkg-plist @@ -0,0 +1,7 @@ +%%SITE_PERL%%/Dancer/Plugin/Passphrase.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Dancer/Plugin/Passphrase/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Dancer/Plugin/Passphrase +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Dancer/Plugin +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Dancer +@dirrmtry %%SITE_PERL%%/Dancer/Plugin +@dirrmtry %%SITE_PERL%%/Dancer |