mirror of
https://git.freebsd.org/ports.git
synced 2025-05-30 18:06:27 -04:00
Changelog: https://github.com/ankane/lockbox/blob/master/CHANGELOG.md 0.6.8 (2022-01-25) Fixed issue with encrypts loading model schema early Removed warning for attributes with default option 0.6.7 (2022-01-25) Added warning for attributes with default option Removed warning for Active Record 5.0 (still supported) 0.6.6 (2021-09-27) Fixed attribute? method for boolean and integer types 0.6.5 (2021-07-07) Fixed issue with pluck extension not loading in some cases
19 lines
324 B
Makefile
19 lines
324 B
Makefile
# Created by: Matthias Fechner <mfechner@FreeBSD.org>
|
|
|
|
PORTNAME= lockbox
|
|
PORTVERSION= 0.6.8
|
|
CATEGORIES= security rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= mfechner@FreeBSD.org
|
|
COMMENT= Modern encryption for Rails
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|