forked from Lainports/opnsense-ports
16 lines
275 B
Makefile
16 lines
275 B
Makefile
PORTNAME= ruby-rc4
|
|
PORTVERSION= 0.1.5
|
|
CATEGORIES= security rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Pure Ruby implementation of the RC4 algorithm
|
|
WWW= https://github.com/caiges/Ruby-RC4
|
|
|
|
LICENSE= MIT
|
|
|
|
NO_ARCH= yes
|
|
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|