Files
2022-11-07 11:00:48 +11:00

27 lines
1.1 KiB
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 Data-Phrasebook 0.35
license Artistic-2
maintainers nomaintainer
description Abstract your queries!
long_description This distribution enables the framework for abstracting common or locale data \
out of your code into a datastore. The default is within a plain text file, \
but more complex datastores can be intrigrated via the use of other \
Data::Pharsebook::Loader distributions (e.g. YAML, XML, INI, DBI).
platforms {darwin any}
checksums rmd160 7a22be1a840a99d2d03eb7665c72359fc6de55e1 \
sha256 4085971d5663e97e6feec623e58d7cd818909086cb7047505c6915d359442fa5
if {${perl5.major} != ""} {
depends_lib-append \
port:p${perl5.major}-module-pluggable
supported_archs noarch
}