Makefile 521 B

1234567891011121314151617181920212223242526272829
  1. # $OpenBSD: Makefile,v 1.4 2017/03/26 12:34:33 shadchin Exp $
  2. COMMENT = markdown parser for Python
  3. MODPY_EGG_VERSION = 0.7.4
  4. DISTNAME = mistune-${MODPY_EGG_VERSION}
  5. PKGNAME = py-${DISTNAME}
  6. CATEGORIES = textproc
  7. HOMEPAGE = https://github.com/lepture/mistune
  8. MAINTAINER = Alexandr Shadchin <shadchin@openbsd.org>
  9. # BSD
  10. PERMIT_PACKAGE_CDROM = Yes
  11. MODULES = lang/python
  12. TEST_DEPENDS = devel/py-nose${MODPY_FLAVOR}
  13. MODPY_PI = Yes
  14. MODPY_SETUPTOOLS = Yes
  15. FLAVORS = python3
  16. FLAVOR ?=
  17. .include <bsd.port.mk>