opnsense-ports/security/rubygem-pbkdf2-ruby/Makefile
Franco Fichtner a23197d0ab */*: sync with upstream
Taken from: HardenedBSD
2018-01-08 22:25:41 +01:00

19 lines
313 B
Makefile

# Created by: Mark Felder <feld@FreeBSD.org>
# $FreeBSD$
PORTNAME= pbkdf2-ruby
PORTVERSION= 0.2.1
CATEGORIES= security rubygems
MASTER_SITES= RG
MAINTAINER= feld@FreeBSD.org
COMMENT= Password Based Key Derivation Function 2 for Ruby
LICENSE= MIT
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>