17 lines
351 B
Makefile
17 lines
351 B
Makefile
PORTNAME= kaitaistruct
|
|
PORTVERSION= 0.8
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= shaun@FreeBSD.org
|
|
COMMENT= Kaitai Struct declarative parser generator for binary data
|
|
WWW= https://kaitai.io/
|
|
|
|
LICENSE= MIT
|
|
|
|
USES?= python:3.6+
|
|
USE_PYTHON= distutils autoplist
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|