1PORTNAME= ruby-rc4 2PORTVERSION= 0.1.5 3CATEGORIES= security rubygems 4MASTER_SITES= RG 5 6MAINTAINER= ruby@FreeBSD.org 7COMMENT= Pure Ruby implementation of the RC4 algorithm 8WWW= https://github.com/caiges/Ruby-RC4 9 10LICENSE= mit 11 12NO_ARCH= yes 13 14USES= gem 15 16.include <bsd.port.mk> 17