ports/security/rubygem-pbkdf2-ruby/Makefile
Mark Felder 1e21c258a7 Drop maintainership of ports
I cannot give these the attention they need right now.
2023-07-20 14:04:33 +00:00

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>