1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-06 01:57:40 +00:00

www/rubygem-activeresource: Add USES=cpe

This commit is contained in:
Po-Chuan Hsieh 2021-09-22 06:16:37 +08:00
parent e613758010
commit 94cdab5bb0
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B

View File

@ -14,9 +14,12 @@ RUN_DEPENDS= rubygem-activemodel5>=5.0<7:databases/rubygem-activemodel5 \
rubygem-activemodel-serializers-xml>=1.0<2:databases/rubygem-activemodel-serializers-xml \
rubygem-activesupport5>=5.0<7:devel/rubygem-activesupport5
USES= gem
USES= cpe gem
USE_RUBY= yes
NO_ARCH= yes
CPE_VENDOR= rubyonrails
CPE_PRODUCT= active_resource
.include <bsd.port.mk>