You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
26 lines
892 B
Tcl
26 lines
892 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 Text-SimpleTable 2.07
|
|
license Artistic-2
|
|
maintainers nomaintainer
|
|
description Simple Eyecandy ASCII Tables
|
|
long_description Simple eyecandy ASCII tables, as seen in Catalyst.
|
|
|
|
platforms {darwin any}
|
|
|
|
checksums rmd160 182858a6961726e8e49fc4d3a5c912f43986926a \
|
|
sha256 256d3f38764e96333158b14ab18257b92f3155c60d658cafb80389f72f4619ed \
|
|
size 10125
|
|
|
|
if {${perl5.major} != ""} {
|
|
depends_lib-append \
|
|
port:p${perl5.major}-text-visualwidth \
|
|
port:p${perl5.major}-unicode-linebreak
|
|
|
|
supported_archs noarch
|
|
}
|