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

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

PORTSCOUT=	limit:^3\.1

.include <bsd.port.mk>