mirror of
https://git.freebsd.org/ports.git
synced 2025-05-16 01:01:49 -04:00
16 lines
287 B
Makefile
16 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>
|