aboutsummaryrefslogtreecommitdiff
path: root/security/rubygem-bcrypt-ruby/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Convert USES=gem:autoplist to USES=gem since autoplist is defaultSteve Wills2016-04-271-1/+1
| | | | Notes: svn path=/head/; revision=414136
* create USES=gem and update rubygem- ports to use itSteve Wills2016-04-271-2/+1
| | | | | | | | | | Note that for now ports still have to have USE_RUBY=yes to use USES=gem PR: 209041 Differential Revision: https://reviews.freebsd.org/D6070 Notes: svn path=/head/; revision=414118
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412349
* - Add LICENSE_FILESunpoet Po-Chuan Hsieh2016-03-081-1/+1
| | | | Notes: svn path=/head/; revision=410649
* Set NO_ARCH for remaining rubygem-* ports with no arch dependent filesPhilip M. Gollucci2015-07-021-0/+2
| | | | | | | | | | Obtained from: DEVELOPER_MODE With Hat: ruby@ Sponsored by: RideCharge Inc / Curb Notes: svn path=/head/; revision=391169
* - Update RUN_DEPENDSSunpoet Po-Chuan Hsieh2015-05-311-1/+1
| | | | | | | - Update WWW Notes: svn path=/head/; revision=388155
* - Add LICENSESunpoet Po-Chuan Hsieh2015-03-021-0/+2
| | | | Notes: svn path=/head/; revision=380266
* security/rubygem-bcrypt-ruby: fix missing dependencySteve Wills2014-08-261-1/+2
| | | | | | | Reported by: antoine Notes: svn path=/head/; revision=366220
* security/rubygem-bcrypt-ruby: update to 3.1.5Steve Wills2014-08-241-1/+1
| | | | Notes: svn path=/head/; revision=365993
* - Add stage supportSteve Wills2013-10-301-1/+0
| | | | Notes: svn path=/head/; revision=332049
* 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
* - Update to 3.1.1Steve Wills2013-07-131-1/+1
| | | | Notes: svn path=/head/; revision=322966
* - set maintainer to ruby@Jason Helfman2012-10-031-5/+1
| | | | Notes: svn path=/head/; revision=305178
* move contributor address => jghJason Helfman2011-12-201-1/+1
| | | | | | | Approved by: crees (mentor) Notes: svn path=/head/; revision=287744
* - Update to 3.0.1Steve Wills2011-10-271-1/+1
| | | | | | | | PR: ports/160195 Submitted by: Jason Helfman <jhelfman@experts-exchange.com> (maintainer) Notes: svn path=/head/; revision=284402
* bcrypt() is a sophisticated and secure hash algorithm designed by The OpenBSDMartin Wilke2011-01-301-0/+21
project for hashing passwords. bcrypt-ruby provides a simple, humane wrapper for safely handling passwords. WWW: http://rubygems.org/gems/bcrypt-ruby PR: ports/153965 Submitted by: Jason Helfman <jhelfman at experts-exchange.com> Feature safe: yes Notes: svn path=/head/; revision=268439