aboutsummaryrefslogtreecommitdiffstats
path: root/security/p5-PBKDF2-Tiny/Makefile
blob: b6278132fdda9173c36f2ef2ecda45bb8fd51856 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$

PORTNAME=   PBKDF2-Tiny
PORTVERSION=    0.005
CATEGORIES= security perl5
MASTER_SITES=   CPAN
MASTER_SITE_SUBDIR= CPAN:DAGOLDEN
PKGNAMEPREFIX=  p5-

MAINTAINER= sunpoet@FreeBSD.org
COMMENT=    Minimalist PBKDF2 (RFC 2898) with HMAC-SHA1 or HMAC-SHA2

LICENSE=    APACHE20

USE_PERL5=  configure
USES=       perl5

.include <bsd.port.mk>