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
923 B
Tcl
26 lines
923 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-ReadLine-Gnu 1.47
|
|
revision 0
|
|
license {Artistic-1 GPL}
|
|
maintainers nomaintainer
|
|
description Term::ReadLine::Gnu - Perl extension for the GNU Readline/History library
|
|
long_description {*}${description}
|
|
|
|
checksums rmd160 729f2d351180755b39505bf84cb12097f199212c \
|
|
sha256 3b07ac8a9b494c50aa87a40dccab3f879b92eb9527ac0f2ded5d4743d166b649 \
|
|
size 217825
|
|
|
|
if {${perl5.major} != ""} {
|
|
depends_lib-append \
|
|
port:p${perl5.major}-extutils-makemaker \
|
|
port:readline \
|
|
port:ncurses
|
|
|
|
patchfiles Makefile.PL.patch
|
|
}
|