Commits
David B. Evans authored 2c32d345f0e
1 + | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
2 + | |
3 + | PortSystem 1.0 |
4 + | PortGroup perl5 1.0 |
5 + | |
6 + | perl5.branches 5.24 5.26 |
7 + | perl5.setup Module-Path 0.19 |
8 + | license {Artistic-1 GPL} |
9 + | maintainers nomaintainer |
10 + | description Module::Path - get the full path to a locally installed module |
11 + | long_description ${description} |
12 + | |
13 + | platforms darwin |
14 + | |
15 + | checksums rmd160 3151dcaa78e18917e21511d6eb8a9c390daf0d51 \ |
16 + | sha256 b33179ce4dd73dfcde7d46808804b9ffbb11db0245fe455a7d001747562feaca |
17 + | |
18 + | if {${perl5.major} != ""} { |
19 + | depends_build-append \ |
20 + | port:p${perl5.major}-devel-findperl |
21 + | |
22 + | depends_lib-append \ |
23 + | port:p${perl5.major}-getopt-long |
24 + | |
25 + | supported_archs noarch |
26 + | } |