pkgsrc/net/py-dpkt/Makefile

19 lines
499 B
Makefile

# $NetBSD: Makefile,v 1.13 2019/09/02 13:19:48 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= https://github.com/kbandla/dpkt
COMMENT= Python packet creation / parsing library
LICENSE= modified-bsd
USE_LANGUAGES= # none
PYTHON_VERSIONS_ACCEPTED= 27 # not yet ported as of 1.8
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"