2015-04-02 14:21:12 +00:00

25 lines
514 B
Makefile

# $OpenBSD: Makefile,v 1.4 2015/04/02 14:21:16 jasper Exp $
COMMENT = Python implementation of ECDSA cryptography
MODPY_EGG_VERSION = 0.13
DISTNAME = ecdsa-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME}
CATEGORIES = security
HOMEPAGE = https://github.com/warner/python-ecdsa
MAINTAINER = Benoit Lecocq <benoit@openbsd.org>
# MIT
PERMIT_PACKAGE_CDROM = Yes
MODPY_PI = Yes
MODULES = lang/python
# XXX modify test_pyecdsa.py to enable test in the future !
NO_TEST = Yes
.include <bsd.port.mk>