aboutsummaryrefslogblamecommitdiff
path: root/devel/py-construct-classes/Makefile
blob: 0b34c9186215cc029ed7f321ca29ae3c75ffbe59 (plain) (tree)




















                                                                                      
PORTNAME=	construct-classes
PORTVERSION=	0.1.2
CATEGORIES=	devel python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	ehaupt@FreeBSD.org
COMMENT=	Parse your binary structs into dataclasses
WWW=		https://pypi.org/project/construct-classes/

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}construct>=2.10:devel/py-construct@${PY_FLAVOR}

USES=		python
USE_PYTHON=	autoplist distutils

NO_ARCH=	yes

.include <bsd.port.mk>