freebsd-ports/security/rubygem-rc4/Makefile
2013-10-30 02:56:33 +00:00

18 lines
369 B
Makefile

# Created by: Steve Wills <swills@FreeBSD.org>
# $FreeBSD$
PORTNAME= rc4
PORTVERSION= 0.1.5
CATEGORIES= security rubygems
MASTER_SITES= RG
DISTNAME= ruby-${PORTNAME}-${PORTVERSION}
MAINTAINER= ruby@FreeBSD.org
COMMENT= Pure Ruby implementation of the RC4 algorithm
GEM_NAME= ${DISTNAME}
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>