opnsense-ports/security/rubygem-ruby-rc4/Makefile
Franco Fichtner c0b97a8105 */*: sync with upstream
Taken from: FreeBSD
2023-01-16 20:20:04 +01:00

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>