1b9087ec5f
RubyRC4 is a pure Ruby implementation of the RC4 algorithm.
13 lines
367 B
Makefile
13 lines
367 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2012/03/20 13:05:41 taca Exp $
|
|
|
|
DISTNAME= ruby-rc4-0.1.5
|
|
PKGNAME= ${DISTNAME:S/ruby-/${RUBY_PKGPREFIX}-/}
|
|
CATEGORIES= security
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.caigenichols.com/
|
|
COMMENT= Pure Ruby implementation of the RC4 algorithm
|
|
LICENSE= mit
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|