opnsense-ports/security/rubygem-attr_encrypted/Makefile
Franco Fichtner 0eb428a8f5 */*: sync with upstream
Taken from: FreeBSD
2016-04-28 07:17:55 +02:00

21 lines
440 B
Makefile

# 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>