Source
xxxxxxxxxx
# -*- 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.26 5.28 5.30
perl5.setup Calendar-Simple 1.23
license {Artistic-1 GPL}
platforms darwin
maintainers nomaintainer
supported_archs noarch
description Perl extension to create simple calendar
long_description ${description}
checksums rmd160 db7fbf0aaf689158c87382fd4877944d40fc95cd \
sha256 98345352f497aa5683cee971ebee839d124490a68776637579068170ad30e2e3 \
size 7989
if {${perl5.major} != ""} {
depends_lib-append \
port:p${perl5.major}-datetime
perl5.use_module_build
}