aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md7
-rw-r--r--etc/bindeps.d/freebsd.txt2
-rw-r--r--etc/pacmans.txt1
3 files changed, 3 insertions, 7 deletions
diff --git a/README.md b/README.md
index ce0d68f..554d58a 100644
--- a/README.md
+++ b/README.md
@@ -13,13 +13,6 @@ any on-screen instructions as they appear. That is all!
If you happen to find any bugs, please refer to the **Bugs, Feedback and
Patches** section later on in this document to find out how you can get help.
-### FreeBSD
-
-The following command will install the (binary) packages that are required to
-install Rakudo Star on FreeBSD.
-
- pkg install bash gcc perl5
-
## Advanced usage
This section is intended for maintainers of the Rakudo Star distribution.
diff --git a/etc/bindeps.d/freebsd.txt b/etc/bindeps.d/freebsd.txt
new file mode 100644
index 0000000..f353329
--- /dev/null
+++ b/etc/bindeps.d/freebsd.txt
@@ -0,0 +1,2 @@
+gcc=gcc
+perl=perl5
diff --git a/etc/pacmans.txt b/etc/pacmans.txt
index acec4ff..660ae51 100644
--- a/etc/pacmans.txt
+++ b/etc/pacmans.txt
@@ -1 +1,2 @@
gnu_linux-ubuntu=apt update && apt install -y
+freebsd=pkg update && pkg install -y