opam-version: "2.0" maintainer: "chetsky@gmail.com" homepage: "https://www.perl.org/" bug-reports: "chesky@gmail.com" license: "GPL-1.0-or-later" authors: "Larry Wall et. al." depends: [ "conf-perl" ] build: [ ["perl" "--version"] ["perl" "-MString::ShellQuote" "-e" "1"] { os-distribution != "homebrew" } ] depexts: [ ["libstring-shellquote-perl"] {os-family = "debian"} ["libstring-shellquote-perl"] {os-family = "ubuntu"} ["perl-string-shellquote"] {os-distribution = "alpine"} ["perl-String-ShellQuote"] {os-distribution = "centos"} ["perl-String-ShellQuote"] {os-distribution = "ol"} ["perl-String-ShellQuote"] {os-family = "suse" | os-family = "opensuse"} ["perl-String-ShellQuote"] {os-family = "fedora"} ["perl-string-shellquote"] {os-family = "arch"} ["p5-string-shellquote"] {os-distribution = "macports" & os = "macos"} ["p5-String-ShellQuote"] {os = "freebsd"} ] synopsis: "Virtual package relying on perl's String::ShellQuote" description: "This package can only install if the specified perl packages are on the system." flags: conf