openbsd-ports/net/py-dpkt/Makefile
sthen 52b58c883a import py-dpkt, from maintainer Thanasoulas Spiros with some tweaks by me.
dpkt is a BSD-licensed network packet manipulation library for Python,
written by Dug Song, featuring fast, simple packet creation/parsing,
with definitions for the basic TCP/IP protocols.
2009-08-03 11:14:09 +00:00

29 lines
716 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2009/08/03 11:14:09 sthen Exp $
COMMENT = python network packet manipulation library
MODPY_EGG_VERSION = 1.6
DISTNAME = dpkt-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME}
CATEGORIES = net
HOMEPAGE = http://code.google.com/p/dpkt/
MAINTAINER = Thanasoulas Spiros <dsp@physics.uoc.gr>
# BSD
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
MASTER_SITES = http://dpkt.googlecode.com/files/
MODULES = lang/python
# dpkt/bgp.py:678: Warning: 'as' will become a reserved keyword in Python 2.6
# dpkt/bgp.py:715: Warning: 'as' will become a reserved keyword in Python 2.6
MODPY_VERSION = 2.5
.include <bsd.port.mk>