# $Id: Portfile 67068 2010-04-28 11:17:34Z ryandesign@macports.org $

PortSystem			1.0
PortGroup			perl5 1.0
perl5.setup			Mac-AppleSingleDouble 1.0
revision			1
maintainers			ricci
description			Read Mac files in AppleSingle or AppleDouble format
long_description \
	Mac::AppleSingleDouble is a class which knows how to decode the \
	AppleSingle and AppleDouble file formats.

platforms			darwin

checksums			md5 96343f4314905602f96e379baa25996f

if {[info exists supported_archs]} {
    supported_archs noarch
} else {
    universal_variant no
}

patchfiles			patch-lib-Mac-AppleSingleDouble.pm.diff


