You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
21 lines
733 B
Tcl
21 lines
733 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 Sub-Name 0.28
|
|
license {Artistic-1 GPL}
|
|
maintainers nomaintainer
|
|
description Sub::Name - (Re)name a sub
|
|
long_description {*}${description}
|
|
|
|
checksums rmd160 c997b9368683b3e96496eed76006020b47691d98 \
|
|
sha256 39c53f6b3b02cbc73176564413b51d3c0f375f9760983fd579c27f558b169cfc \
|
|
size 158803
|
|
|
|
if {${perl5.major} != ""} {
|
|
depends_build-append \
|
|
port:p${perl5.major}-devel-checkbin
|
|
}
|