# $Id: Portfile 67067 2010-04-28 10:52:35Z ryandesign@macports.org $

PortSystem	1.0
PortGroup	perl5 1.0
perl5.setup	Data-Buffer 0.04
maintainers	nomaintainer
description	binary buffers for perl
long_description	Data::Buffer implements a low-level binary buffer \
			in which you can get and put integers, strings, \
			and other data. Internally the implementation is \
			based on pack and unpack, such that Data::Buffer \
			is really a layer on top of those built-in functions.
platforms	darwin
checksums	md5 d971f7b92684cc4f4cba7a9c774b8480

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