5c535adac9
0.8: Reverting change that broken ~13 tests
16 lines
434 B
Makefile
16 lines
434 B
Makefile
# $NetBSD: Makefile,v 1.2 2018/02/26 16:09:55 adam Exp $
|
|
|
|
DISTNAME= kaitaistruct-0.8
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=k/kaitaistruct/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://kaitai.io/
|
|
COMMENT= Kaitai Struct declarative parser generator for binary data
|
|
LICENSE= mit
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|