# -*- 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 # $Id$ PortSystem 1.0 PortGroup perl5 1.0 perl5.branches 5.24 perl5.setup Data-Serializer 0.60 license {Artistic-1 GPL} maintainers devans openmaintainer description Data::Serializer - Modules that serialize data structures long_description ${description} platforms darwin checksums rmd160 8ebd054f5eeac1c1d61b4b33ebbb9f1b78a5c7f8 \ sha256 b3493017840bccb19cde57bc84d4d4183872efeadeeed3275ec21d1a02d24431 if {${perl5.major} != ""} { depends_build-append \ port:p${perl5.major}-data-dumper depends_lib-append \ port:p${perl5.major}-config-general \ port:p${perl5.major}-crypt-blowfish \ port:p${perl5.major}-crypt-cbc \ port:p${perl5.major}-freezethaw \ port:p${perl5.major}-json \ port:p${perl5.major}-json-xs \ port:p${perl5.major}-php-serialization \ port:p${perl5.major}-digest-sha1 \ port:p${perl5.major}-xml-simple \ port:p${perl5.major}-yaml \ port:p${perl5.major}-yaml-syck supported_archs noarch perl5.use_module_build }