Files
2023-01-05 17:23:41 -08:00

29 lines
975 B
Tcl

# -*- 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
PortSystem 1.0
PortGroup perl5 1.0
perl5.branches 5.28 5.30 5.32 5.34
perl5.setup Pod-Eventual 0.094003
revision 0
license {Artistic-1 GPL}
maintainers nomaintainer
description read a POD document as a series of trivial events
long_description ${description}
platforms {darwin any}
supported_archs noarch
checksums rmd160 7e88dfb17a1fecfe79b05c327953ab5baee0a1fb \
sha256 7f060cc34d11656ce069db061e3d60edc0cabc8f89a4a2dc7eaae95dac856d2d \
size 20922
if {${perl5.major} != ""} {
depends_build-append \
port:p${perl5.major}-test-deep \
port:p${perl5.major}-test-simple
depends_lib-append \
port:p${perl5.major}-mixin-linewise
}