opnsense-ports/security/rubygem-pbkdf2-ruby/Makefile
Franco Fichtner 62b2f67211 */*: sync with upstream
Taken from: FreeBSD
2022-07-21 08:10:06 +02:00

16 lines
255 B
Makefile

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>