18 lines
383 B
Makefile
18 lines
383 B
Makefile
PORTNAME= intelhex
|
|
PORTVERSION= 2.3.0
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= dmytro@posteo.net
|
|
COMMENT= Python library and scripts to work with files in Intel HEX format
|
|
WWW= https://github.com/python-intelhex/intelhex
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|