# Copyright (C) all contributors # License: AGPL-3.0+ # Prints OS-specific package profiles to stdout (one per line) to use # as command-line args for ci/deps.perl. Called automatically by ci/run.sh eval 'exec perl -wS $0 ${1+"$@"}' # no shebang if 0; # running under some shell use v5.12; BEGIN { require './install/os.perl' } my $TASKS = do { if ($ID =~ /\A(?:free|net|open)bsd\z/) { <