aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Dancer-Plugin-Passphrase
Commit message (Collapse)AuthorAgeFilesLines
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-6/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before, we had: site_perl : lib/perl5/site_perl/5.18 site_perl/perl_arch : lib/perl5/site_perl/5.18/mach perl_man3 : lib/perl5/5.18/man/man3 Now we have: site_perl : lib/perl5/site_perl site_arch : lib/perl5/site_perl/mach/5.18 perl_man3 : lib/perl5/site_perl/man/man3 Modules without any .so will be installed at the same place regardless of the Perl version, minimizing the upgrade when the major Perl version is changed. It uses a version dependent directory for modules with compiled bits. As PERL_ARCH is no longer needed in plists, it has been removed from PLIST_SUB. The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now always removed, as is perllocal.pod. The old site_perl and site_perl/arch directories have been kept in the default Perl @INC for all Perl ports, and will be phased out as these old Perl versions expire. PR: 194969 Differential Revision: https://reviews.freebsd.org/D1019 Exp-run by: antoine Reviewed by: perl@ Approved by: portmgr Notes: svn path=/head/; revision=373448
* - Update to 2.0.1Grzegorz Blach2014-02-212-6/+5
| | | | Notes: svn path=/head/; revision=345541
* - Support stagingGrzegorz Blach2013-10-082-3/+1
| | | | Notes: svn path=/head/; revision=329845
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | security) Notes: svn path=/head/; revision=327769
* - convert to the new perl5 frameworkAndrej Zverev2013-09-111-1/+2
| | | | | | | | | - trim Makefile header Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=326998
* - Bump PORTREVISIONGrzegorz Blach2013-09-071-0/+1
| | | | | | | | Submitted by: az Approved by: crees, tabthorpe (mentors, implicit) Notes: svn path=/head/; revision=326583
* - Fix BUILD_DEPENDS & RUN_DEPENDSGrzegorz Blach2013-09-072-9/+10
| | | | | | | | | | - Update pkg-descr PR: ports/181872 Approved by: crees, tabthorpe (mentors, implicit) Notes: svn path=/head/; revision=326582
* - Update to 2.0.0Grzegorz Blach2013-02-082-3/+3
| | | | | | | Approved by: crees (mentor) Notes: svn path=/head/; revision=311947
* - Change my email address to gblach@FreeBSD.orgGrzegorz Blach2012-11-041-6/+2
| | | | | | | | | - Change Makefile headers to shorter form Feature safe: yes Notes: svn path=/head/; revision=306964
* Dancer::Plugin::Passphrase manages the hashing of passwords for Dancer apps,Frederic Culot2012-01-244-0/+48
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> Notes: svn path=/head/; revision=289736