mirror of
https://git.freebsd.org/ports.git
synced 2025-05-24 23:16:33 -04:00
17 lines
295 B
Makefile
17 lines
295 B
Makefile
PORTNAME= lockbox
|
|
PORTVERSION= 1.3.2
|
|
CATEGORIES= security rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= mfechner@FreeBSD.org
|
|
COMMENT= Modern encryption for Rails
|
|
WWW= https://github.com/ankane/lockbox
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|