opnsense-ports/security/rubygem-attr_encrypted/Makefile
Franco Fichtner 9d4071f28e */*: sync with upstream
Taken from: FreeBSD
2024-06-03 10:43:37 +02:00

19 lines
416 B
Makefile

PORTNAME= attr_encrypted
PORTVERSION= 4.1.0
CATEGORIES= security rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Generates attr_accessors that encrypt and decrypt attributes
WWW= https://github.com/attr-encrypted/attr_encrypted
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
RUN_DEPENDS= rubygem-encryptor>=3.0.0<3.1:security/rubygem-encryptor
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>