Makefile 450 B

12345678910111213141516171819202122
  1. # $OpenBSD: Makefile,v 1.1.1.1 2015/12/29 15:55:13 shadchin Exp $
  2. COMMENT = port of Python 3.4 statistics module to Python 2
  3. MODPY_EGG_VERSION = 1.0.3.5
  4. DISTNAME = statistics-${MODPY_EGG_VERSION}
  5. PKGNAME = py-${DISTNAME}
  6. CATEGORIES = math
  7. HOMEPAGE = https://github.com/digitalemagine/py-statistics
  8. # Apache 2.0
  9. PERMIT_PACKAGE_CDROM = Yes
  10. MODPY_PI = Yes
  11. MODULES = lang/python
  12. MODPY_SETUPTOOLS = Yes
  13. NO_TEST = Yes
  14. .include <bsd.port.mk>