# -*- 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: Portfile 154393 2016-10-28 22:10:07Z mojca@macports.org $ PortSystem 1.0 PortGroup perl5 1.0 perl5.branches 5.24 perl5.setup Convert-BinHex 1.125 license {Artistic-1 GPL} maintainers nomaintainer description Module for converting to and from BinHex encoded files long_description BinHex is a format used by Macintosh for transporting Mac files safely \ through electronic mail, as short-lined, 7-bit, semi-compressed data \ streams. Ths module provides a means of converting those data streams \ back into into binary data. platforms darwin checksums rmd160 90e90a5ed3d18579a2a30c99889db630b7ae6ce7 \ sha256 513591b4be46bd7eb91e83197721b4a045a9753a3dd2f11de82c9d3013226397 if {${perl5.major} != ""} { depends_build-append \ port:p${perl5.major}-file-slurp \ port:p${perl5.major}-test-most supported_archs noarch }