You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
24 lines
792 B
Tcl
24 lines
792 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 String-Random 0.32
|
|
revision 0
|
|
platforms {darwin any}
|
|
maintainers nomaintainer
|
|
license {Artistic-1 GPL}
|
|
|
|
description Perl module to generate random strings based on a pattern
|
|
long_description ${description}
|
|
|
|
checksums rmd160 30ce86cc07e1f5fe75795c4d23240b244046853d \
|
|
sha256 9d93c679a34ffa26d3b4fa0837caed1cd2e67d76572818b91e97dea734705246 \
|
|
size 24585
|
|
|
|
if {${perl5.major} != ""} {
|
|
perl5.use_module_build
|
|
supported_archs noarch
|
|
}
|