1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
freebsd-ports/net/py-dpkt/Makefile
Pav Lucistnik 77e5230018 Python module for fast, simple packet creation / parsing, with definitions for
the basic TCP/IP protocols.

WWW: http://monkey.org/~dugsong/dpkt/

PR:		ports/95992
Submitted by:	Krzysztof Pawlowski <msciciel@darkzone.ma.cx>
2006-06-11 09:47:14 +00:00

22 lines
446 B
Makefile

# New ports collection makefile for: py-dpkt
# Date created: 18 Apr 2006
# Whom: Krzysztof Pawlowski
#
# $FreeBSD$
#
PORTNAME= dpkt
PORTVERSION= 1.4
CATEGORIES= net python
MASTER_SITES= http://monkey.org/~dugsong/dpkt/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= msciciel@darkzone.ma.cx
COMMENT= Python fast, simple packet creation / parsing module
USE_PYTHON= yes
USE_PYDISTUTILS= yes
USE_PYTHON_PREFIX= yes
.include <bsd.port.mk>