summaryrefslogtreecommitdiff
path: root/security/rubygem-pbkdf2-ruby/Makefile
blob: 0cbac92f1238bf85f6a4b318e149da1f9015d47c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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>