this repo has no description

Merge pull request #20499 from chetmurthy/conf-perl-for-macos-macports

add proper perl depext for macos/macports

Changed files
+20
packages
conf-perl
conf-perl.2
+20
packages/conf-perl/conf-perl.2/opam
···
+
opam-version: "2.0"
+
maintainer: "tim@gfxmonk.net"
+
homepage: "https://www.perl.org/"
+
bug-reports: "https://github.com/ocaml/opam-repository/issues"
+
license: "GPL-1.0-or-later"
+
authors: "Larry Wall"
+
build: [["perl" "--version"]]
+
depexts: [
+
["perl"] {os-family = "debian"}
+
["perl"] {os-distribution = "alpine"}
+
["perl"] {os-distribution = "nixos"}
+
["perl"] {os-distribution = "arch"}
+
["perl-Pod-Html"] {os-distribution = "fedora"}
+
["perl-Pod-Html"] {os-distribution = "centos" & os-version >= "8"}
+
["perl5"] {os-distribution = "macports" & os = "macos"}
+
]
+
synopsis: "Virtual package relying on perl"
+
description:
+
"This package can only install if the perl program is installed on the system."
+
flags: conf