ba2d3fcf20
Ruby library which generates attr_accessors that encrypt and decrypt attributes transparently WWW: https://github.com/attr-encrypted/attr_encrypted PR: 201806 Submitted by: Torsten Zühlsdorff <ports@toco-domains.de>
20 lines
433 B
Makefile
20 lines
433 B
Makefile
# Created by: Torsten Zühlsdorff <ports@toco-domains.de>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= attr_encrypted
|
|
PORTVERSION= 1.3.4
|
|
CATEGORIES= security rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Generates attr_accessors that encrypt and decrypt attributes
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= rubygem-encryptor>=1.3.0:${PORTSDIR}/security/rubygem-encryptor
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST=yes
|
|
|
|
.include <bsd.port.mk>
|