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

PortSystem	1.0
PortGroup	perl5 1.0

perl5.setup	Convert-Bencode 1.03
maintainers	boeyms openmaintainer
description	Functions for converting to/from bencoded strings
long_description	This module provides two functions, bencode and \
			bdecode, which encode and decode bencoded strings \
			respectively.  The description of bencode is part of \
			the bittorrent protocol specification which can be \
			found at http://bitconjurer.org/BitTorrent/protocol.html
platforms	darwin
checksums	md5 be0831c69fe581908d33bbebff0b5760 \
		sha1 45c97223f67cabd6cefbbf6a34543269f263ca76 \
		rmd160 2e9897080aa80740fbabed7f6244497a49bd7373

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