aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-06-30 20:40:12 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-06-30 20:44:12 +0000
commit7667ce69eab4d84c08b019339a19449f70d50d78 (patch)
treed6e923a71c733b72b89c7fb23dd49b162f82d59a
parente946667c29bf3c35e056482fc47809e05f8b85bc (diff)
downloadports-7667ce69eab4d84c08b019339a19449f70d50d78.tar.gz
ports-7667ce69eab4d84c08b019339a19449f70d50d78.zip
devel/rubygem-declarative-option: Add PORTSCOUT
-rw-r--r--devel/rubygem-declarative-option/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/devel/rubygem-declarative-option/Makefile b/devel/rubygem-declarative-option/Makefile
index 5f5444d18d20..7becf6f06d06 100644
--- a/devel/rubygem-declarative-option/Makefile
+++ b/devel/rubygem-declarative-option/Makefile
@@ -9,8 +9,11 @@ COMMENT= Dynamic options to evaluate at runtime
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
-NO_ARCH= yes
-USE_RUBY= yes
USES= gem
+USE_RUBY= yes
+
+NO_ARCH= yes
+
+PORTSCOUT= skipv:0.1.1
.include <bsd.port.mk>