freebsd-ports/security/rubygem-securerandom/Makefile

18 lines
360 B
Makefile

PORTNAME= securerandom
PORTVERSION= 0.2.2
CATEGORIES= security rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Interface for secure random number generator
WWW= https://github.com/ruby/securerandom
LICENSE= BSD2CLAUSE RUBY
LICENSE_COMB= dual
LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/LICENSE.txt
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>