20 lines
489 B
Makefile
20 lines
489 B
Makefile
# $NetBSD: Makefile,v 1.2 2012/10/23 17:19:02 asau Exp $
|
|
#
|
|
|
|
DISTNAME= dpkt-1.6
|
|
PKGNAME= ${PYPKGPREFIX}-dpkt-1.6
|
|
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
|
|
|
|
PYDISTUTILSPKG= yes
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/extension.mk"
|
|
.include "../../lang/python/application.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|