freebsd-ports/devel/py-kaitaistruct/Makefile
2018-08-26 20:37:59 +00:00

19 lines
386 B
Makefile

# Created by: Shaun Amott <shaun@FreeBSD.org>
# $FreeBSD$
PORTNAME= kaitaistruct
PORTVERSION= 0.8
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= shaun@FreeBSD.org
COMMENT= Kaitai Struct declarative parser generator for binary data
LICENSE= MIT
USES?= python
USE_PYTHON= distutils autoplist
NO_ARCH= yes
.include <bsd.port.mk>