pkgsrc/security/py-bcrypt/Makefile
adam 046ddb4985 py-bcrypt: update to 3.1.4
3.1.4
Fixed compilation with mingw and on illumos.
2017-10-12 08:31:58 +00:00

20 lines
643 B
Makefile

# $NetBSD: Makefile,v 1.11 2017/10/12 08:31:58 adam Exp $
DISTNAME= bcrypt-3.1.4
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= security python
MASTER_SITES= ${MASTER_SITE_PYPI:=b/bcrypt/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/pyca/bcrypt
COMMENT= Modern password hashing for your software and your servers
LICENSE= apache-2.0
DEPENDS+= ${PYPKGPREFIX}-cffi>=1.1:../../devel/py-cffi
DEPENDS+= ${PYPKGPREFIX}-six>=1.4.1:../../lang/py-six
BUILD_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
CONFLICTS+= ${PYPKGPREFIX}-py-bcrypt-[0-9]*
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"