summaryrefslogtreecommitdiff
path: root/lang/ruby/3.2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lang/ruby/3.2/Makefile')
-rw-r--r--lang/ruby/3.2/Makefile48
1 files changed, 0 insertions, 48 deletions
diff --git a/lang/ruby/3.2/Makefile b/lang/ruby/3.2/Makefile
deleted file mode 100644
index 99b053d..0000000
--- a/lang/ruby/3.2/Makefile
+++ /dev/null
@@ -1,48 +0,0 @@
1VERSION = 3.2.3
2DISTNAME = ruby-${VERSION}
3SHARED_LIBS = ruby32 0.0
4NEXTVER = 3.3
5PKGSPEC-main ?= ruby->=3.2.0,<${NEXTVER}
6
7PSEUDO_FLAVORS= no_ri_docs bootstrap
8# Do not build the RI docs on slow arches
9.if ${MACHINE_ARCH:Malpha} || ${MACHINE_ARCH:Marm} || ${MACHINE_ARCH:Mhppa}
10FLAVOR?= no_ri_docs bootstrap
11.else
12FLAVOR?=
13.endif
14
15MULTI_PACKAGES = -main -ri_docs
16.include <bsd.port.arch.mk>
17
18.if ${BUILD_PACKAGES:M-ri_docs}
19ALL_TARGET += rdoc
20INSTALL_TARGET += install-doc
21.endif
22
23COMPILER = base-clang ports-gcc
24
25# Fix path for JIT compiler to not use shims in ports obj bin dir
26CONFIGURE_ENV += ac_cv_path_MJIT_CC=`which ${CC}`
27
28GEM_EXTENSIONS_DIR = lib/ruby/gems/${REV}/extensions/${MACHINE_ARCH:S/i386/x86/:S/amd64/x86_64/}-openbsd
29SUBST_VARS += GEM_EXTENSIONS_DIR
30
31WANTLIB-main += curses readline
32
33TEST_ENV = RUBYGEMS_SYSTEM_UPDATE_MESSAGE=enable
34TEST_TARGET = check TESTOPTS="-v -q"
35
36post-extract:
37 ${POST_EXTRACT}
38
39pre-configure:
40 ${FIX_RIPPER}
41
42pre-install:
43 ${PRE_INSTALL}
44
45post-install:
46 ${FIX_RBCONFIG}
47
48.include <bsd.port.mk>