1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
freebsd-ports/security/py-pbkdf2/Makefile
Pawel Pekala 50bbb897e1 This module implements the password-based key derivation function,
PBKDF2, specified in RSA PKCS#5 v2.0.

PR:		196048
Submitted by:	Neil Booth <kyuupichan@gmail.com>
2015-01-01 19:29:33 +00:00

19 lines
340 B
Makefile

# Created by: Neil Booth <kyuupichan@gmail.com>
# $FreeBSD$
PORTNAME= pbkdf2
PORTVERSION= 1.3
CATEGORIES= security python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= kyuupichan@gmail.com
COMMENT= PKCS5 v2.0 PBKDF2 Module
LICENSE= MIT
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>