Page MenuHomeFreeBSD

Command-Line Input

Authored By
swills
Nov 24 2020, 1:41 AM
Size
604 B
Referenced Files
None
Subscribers
None

Command-Line Input

diff --git textproc/utf8proc/Makefile textproc/utf8proc/Makefile
index 2bd1be6e0593..5ba746a6151c 100644
--- textproc/utf8proc/Makefile
+++ textproc/utf8proc/Makefile
@@ -12,7 +12,8 @@ COMMENT= UTF-8 processing library
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.md
-TEST_DEPENDS= curl:ftp/curl
+TEST_DEPENDS= curl:ftp/curl \
+ ruby>=0:lang/ruby${RUBY_SUFFIX}
USES= gmake perl5
@@ -20,6 +21,9 @@ USE_GITHUB= yes
GH_ACCOUNT= JuliaStrings
USE_LDCONFIG= yes
USE_PERL5= test
+USE_RUBY= yes
+RUBY_NO_BUILD_DEPENDS=yes
+RUBY_NO_RUN_DEPENDS=yes
MAKE_ARGS= prefix=${PREFIX}
TEST_TARGET= check

File Metadata

Mime Type
text/plain; charset=utf-8
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3147800
Default Alt Text
Command-Line Input (604 B)

Event Timeline