blob: dce013fcf9634835b81bddda40cd000bdff937aa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# $NetBSD: Makefile,v 1.6 2017/08/31 08:52:53 adam Exp $
DISTNAME= construct-2.8.14
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=c/construct/}
MAINTAINER= eric@cirr.com
HOMEPAGE= http://construct.readthedocs.io/
COMMENT= Powerful declarative parser for binary data
LICENSE= mit
DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
|