mirror of
https://github.com/opnsense/ports.git
synced 2026-04-13 11:04:16 -05:00
17 lines
287 B
Makefile
17 lines
287 B
Makefile
PORTNAME= pbkdf2-ruby
|
|
PORTVERSION= 0.2.1
|
|
CATEGORIES= security rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Password Based Key Derivation Function 2 for Ruby
|
|
WWW= https://github.com/emerose/pbkdf2-ruby
|
|
|
|
LICENSE= MIT
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|