You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
35 lines
1.4 KiB
Tcl
35 lines
1.4 KiB
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 HTML-MasonX-Free 0.007
|
|
revision 0
|
|
license {Artistic-1 GPL}
|
|
maintainers nomaintainer
|
|
description HTML::MasonX::Free - a secret society of HTML::Mason-using throwback modules
|
|
long_description These modules, together, help make HTML::Mason work more like it always should have.
|
|
|
|
platforms {darwin any}
|
|
supported_archs noarch
|
|
|
|
checksums rmd160 26562f39dca16b05144ef9502c1016abeecf4485 \
|
|
sha256 477027d257d3da7029552725152afdf86772f58cd92dbca4eacc8561e1749ee5 \
|
|
size 27389
|
|
|
|
if {${perl5.major} != ""} {
|
|
depends_build-append \
|
|
port:p${perl5.major}-capture-tiny \
|
|
port:p${perl5.major}-path-class \
|
|
port:p${perl5.major}-test-fatal
|
|
|
|
depends_lib-append \
|
|
port:p${perl5.major}-html-mason \
|
|
port:p${perl5.major}-list-allutils \
|
|
port:p${perl5.major}-log-any \
|
|
port:p${perl5.major}-moose \
|
|
port:p${perl5.major}-namespace-autoclean \
|
|
port:p${perl5.major}-params-validate
|
|
}
|