18 lines
345 B
Makefile
18 lines
345 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:3.6+
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
.include <bsd.port.mk>
|