summaryrefslogtreecommitdiff
path: root/security/rubygem-attr_encrypted/Makefile
blob: 3dc4b4b9f67e9acb0664e15ffc1414a396501bb4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PORTNAME=	attr_encrypted
PORTVERSION=	4.2.0
CATEGORIES=	security rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Generates attr_accessors that encrypt and decrypt attributes
WWW=		https://github.com/attr-encrypted/attr_encrypted

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/MIT-LICENSE

RUN_DEPENDS=	rubygem-encryptor>=3.0.0<3.1:security/rubygem-encryptor

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>