opnsense-ports/security/p5-PBKDF2-Tiny/Makefile
Franco Fichtner 8c34d21606 */*: bring in previously unknown upstream stuff
Taken from: FreeBSD
2015-04-22 06:26:02 +02:00

19 lines
389 B
Makefile

# 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>