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
987 B
Tcl
26 lines
987 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 Palm 1.400
|
|
license {Artistic-1 GPL}
|
|
maintainers nomaintainer
|
|
description Palm OS utility functions
|
|
long_description Perl modules for creating and manipulating Palm OS \
|
|
databases, including raw PDB and PRC files as well as \
|
|
application-specific databases (Address, DateBook, Mail, \
|
|
Memo, ToDo, and ZirePhoto).
|
|
platforms {darwin any}
|
|
|
|
checksums rmd160 fc55191a3bf5e010d955f86a225bf8502800f61e \
|
|
sha256 2e082c51eccaf1398a37a3e4b753818768d8cd4276c9d2e72a258b30357ae4fb
|
|
|
|
if {${perl5.major} != ""} {
|
|
depends_lib-append \
|
|
port:p${perl5.major}-palm-pdb
|
|
|
|
supported_archs noarch
|
|
}
|