From 7b024443649425975219925a9b7ff75ab1768782 Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Sun, 29 Mar 2020 18:31:18 +0200 Subject: Add bindeps entry for FreeBSD --- README.md | 7 ------- etc/bindeps.d/freebsd.txt | 2 ++ etc/pacmans.txt | 1 + 3 files changed, 3 insertions(+), 7 deletions(-) create mode 100644 etc/bindeps.d/freebsd.txt 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 -- cgit v1.1