1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00

security/rubygem-attr_encrypted: Update version requirement of RUN_DEPENDS

This commit is contained in:
Po-Chuan Hsieh 2023-04-27 23:49:09 +08:00
parent 2285a41035
commit beeae47266
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B

View File

@ -10,9 +10,10 @@ WWW= https://github.com/attr-encrypted/attr_encrypted
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
RUN_DEPENDS= rubygem-encryptor>=3.0.0:security/rubygem-encryptor
RUN_DEPENDS= rubygem-encryptor>=3.0.0<3.1:security/rubygem-encryptor
NO_ARCH= yes
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>