opnsense-ports/security/rubygem-attr_encrypted/Makefile
Franco Fichtner 84c5ea69ee */*: sync with upstream
Taken from: FreeBSD
2025-02-06 12:31:11 +01:00

19 lines
416 B
Makefile

PORTNAME= attr_encrypted
PORTVERSION= 4.2.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>