freebsd-ports/security/rubygem-attr_encrypted/Makefile

22 lines
440 B
Makefile
Raw Normal View History

2015-11-23 20:01:10 +01:00
# Created by: Torsten Zuhlsdorff <ports@toco-domains.de>
# $FreeBSD$
PORTNAME= attr_encrypted
PORTVERSION= 3.1.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>=3.0.0:security/rubygem-encryptor
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>