2015-11-23 20:01:10 +01:00
|
|
|
# Created by: Torsten Zuhlsdorff <ports@toco-domains.de>
|
2015-08-09 22:21:02 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= attr_encrypted
|
2018-02-12 20:04:28 +01:00
|
|
|
PORTVERSION= 3.1.0
|
2015-08-09 22:21:02 +02:00
|
|
|
CATEGORIES= security rubygems
|
|
|
|
MASTER_SITES= RG
|
|
|
|
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
|
|
COMMENT= Generates attr_accessors that encrypt and decrypt attributes
|
|
|
|
|
|
|
|
LICENSE= MIT
|
2016-01-17 14:21:50 +01:00
|
|
|
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
|
2015-08-09 22:21:02 +02:00
|
|
|
|
2016-08-10 16:19:34 +02:00
|
|
|
RUN_DEPENDS= rubygem-encryptor>=3.0.0:security/rubygem-encryptor
|
2015-08-09 22:21:02 +02:00
|
|
|
|
2016-01-17 14:21:50 +01:00
|
|
|
NO_ARCH= yes
|
2015-08-09 22:21:02 +02:00
|
|
|
USE_RUBY= yes
|
2016-04-27 23:57:31 +02:00
|
|
|
USES= gem
|
2015-08-09 22:21:02 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|