aboutsummaryrefslogtreecommitdiff
path: root/security/rubygem-pbkdf2-ruby/Makefile
blob: d49cc57650b308e24bf8181db9767ab918c99a25 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Created by: Mark Felder <feld@FreeBSD.org>
# $FreeBSD$

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>