blob: c6b4423b726f2e51da5d5cfc2070bc19ec018ef4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# $NetBSD: Makefile,v 1.6 2015/12/05 21:25:53 adam Exp $
DISTNAME= dpkt-1.8
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
PKGREVISION= 1
CATEGORIES= net python
MASTER_SITES= http://dpkt.googlecode.com/files/
MAINTAINER= pettai@NetBSD.org
HOMEPAGE= http://code.google.com/p/dpkt/
COMMENT= Python packet creation / parsing library
LICENSE= modified-bsd
USE_LANGUAGES= # none
PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 1.8
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"
|