aboutsummaryrefslogtreecommitdiff
path: root/devel/py-intelhex/Makefile
blob: 5a4ed7cb68680d50263a8f3be4e7bbc64b8fd2a8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
PORTNAME=	intelhex
PORTVERSION=	2.3.0
CATEGORIES=	devel python
MASTER_SITES=	CHEESESHOP
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:3.5+
USE_PYTHON=	autoplist distutils

NO_ARCH=	yes

.include <bsd.port.mk>