freebsd-ports/security/rubygem-lockbox/Makefile
Matthias Fechner 6b1899327a security/rubygem-lockbox: Update to 0.6.4.
Update required for gitlab-ce 13.11 update.
2021-04-23 21:06:06 +02:00

19 lines
324 B
Makefile

# Created by: Matthias Fechner <mfechner@FreeBSD.org>
PORTNAME= lockbox
PORTVERSION= 0.6.4
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>