pkgsrc/chat/py-axolotl-curve25519/Makefile

15 lines
509 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.1 2018/09/19 20:39:52 nia Exp $
PKGNAME= ${PYPKGPREFIX}-axolotl-curve25519-0.4.1.2
DISTNAME= python-axolotl-curve25519-0.4.1.post2
CATEGORIES= chat security python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/python-axolotl-curve25519/}
HOMEPAGE= https://github.com/tgalal/python-axolotl-curve25519
COMMENT= Python wrapper for curve25519 with ed25519 signatures
LICENSE= gnu-gpl-v3
.include "../../lang/python/egg.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"