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

PortSystem	1.0
PortGroup	perl5 1.0
perl5.setup	Crypt-RC4 2.02
maintainers	darkart.com:opendarwin.org
description	Perl implementation of the RC4 encryption algorithm
long_description	A simple implementation of the RC4 algorithm, \
			developed by RSA Security, Inc. Based substantially \
			on the "RC4 in 3 lines of perl" found at \
			http://www.cypherspace.org
platforms	darwin
checksums	md5 4ca59a7e58ac9597c3b4f3f46ea22629

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