Makefile 561 B

12345678910111213141516171819202122232425262728293031
  1. # $OpenBSD: Makefile,v 1.2 2017/01/03 19:21:18 landry Exp $
  2. COMMENT = composable style cycles
  3. MODPY_EGG_VERSION = 0.10.0
  4. DISTNAME = cycler-${MODPY_EGG_VERSION}
  5. PKGNAME = py-cycler-${MODPY_EGG_VERSION}
  6. CATEGORIES = graphics
  7. REVISION = 0
  8. HOMEPAGE = https://github.com/matplotlib/cycler
  9. MAINTAINER = Alexandr Shadchin <shadchin@openbsd.org>
  10. # BSD
  11. PERMIT_PACKAGE_CDROM = Yes
  12. MODULES = lang/python
  13. RUN_DEPENDS = devel/py-six${MODPY_FLAVOR}
  14. MODPY_PI = Yes
  15. MODPY_SETUPTOOLS = Yes
  16. FLAVORS = python3
  17. FLAVOR ?=
  18. NO_TEST = Yes
  19. .include <bsd.port.mk>