Makefile 505 B

123456789101112131415161718192021222324252627
  1. # $OpenBSD: Makefile,v 1.6 2017/01/03 19:26:14 landry Exp $
  2. COMMENT = Python implementation of ECDSA cryptography
  3. MODPY_EGG_VERSION = 0.13
  4. DISTNAME = ecdsa-${MODPY_EGG_VERSION}
  5. PKGNAME = py-${DISTNAME}
  6. CATEGORIES = security
  7. REVISION = 1
  8. HOMEPAGE = https://github.com/warner/python-ecdsa
  9. MAINTAINER = Benoit Lecocq <benoit@openbsd.org>
  10. # MIT
  11. PERMIT_PACKAGE_CDROM = Yes
  12. MODPY_PI = Yes
  13. MODULES = lang/python
  14. MODPY_SETUPTOOLS = Yes
  15. FLAVORS = python3
  16. FLAVOR ?=
  17. .include <bsd.port.mk>