aboutsummaryrefslogtreecommitdiffstats
path: root/security/rubygem-attr_encrypted/Makefile
blob: 5a53966ffc45a9c196076a666be2b56a610562da (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Created by: Torsten Zuhlsdorff <ports@toco-domains.de>
# $FreeBSD$

PORTNAME=   attr_encrypted
PORTVERSION=    1.4.0
CATEGORIES= security rubygems
MASTER_SITES=   RG

MAINTAINER= ruby@FreeBSD.org
COMMENT=    Generates attr_accessors that encrypt and decrypt attributes

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

RUN_DEPENDS=    rubygem-encryptor>=1.3.0:security/rubygem-encryptor

NO_ARCH=    yes
USE_RUBY=   yes
USES=       gem

.include <bsd.port.mk>