ports/devel/py-intelhex/Makefile

25 lines
458 B
Makefile

COMMENT = intel hex file format is used in microprocessors
MODPY_EGG_VERSION = 2.3.0
DISTNAME = intelhex-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME}
REVISION = 1
CATEGORIES = devel
HOMEPAGE = https://github.com/python-intelhex/intelhex
MAINTAINER = Gonzalo L. R. <gonzalo@openbsd.org>
# BSD
PERMIT_PACKAGE = Yes
MODULES = lang/python
FLAVORS = python3
FLAVOR = python3
MODPY_PI = Yes
MODPY_PYBUILD = setuptools
.include <bsd.port.mk>