aboutsummaryrefslogtreecommitdiff
path: root/security/rubygem-lockbox/Makefile
blob: c6c08f8ce60208da81f316b0d85b24d474cebfbe (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
PORTNAME=	lockbox
PORTVERSION=	1.3.0
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>