You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
25 lines
854 B
Tcl
25 lines
854 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 Term-EditLine 0.11
|
|
|
|
platforms darwin
|
|
maintainers {gmail.com:james.trammell @jtrammel} openmaintainer
|
|
license Artistic-2
|
|
description Term::EditLine is an object oriented perl interface to the NetBSD editline library.
|
|
long_description ${description}
|
|
|
|
checksums rmd160 682d7cce8138362ecdf83e2021ad3174541ccbc6 \
|
|
sha256 c0d046474773350994cc41395cf6e8abb65a3af8ac76ee45af099ef0a670b8d6
|
|
|
|
if {${perl5.major} != ""} {
|
|
depends_build-append \
|
|
port:pkgconfig
|
|
|
|
depends_lib-append \
|
|
port:libedit
|
|
}
|