mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
77e5230018
the basic TCP/IP protocols. WWW: http://monkey.org/~dugsong/dpkt/ PR: ports/95992 Submitted by: Krzysztof Pawlowski <msciciel@darkzone.ma.cx>
22 lines
446 B
Makefile
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>
|