mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
5c866c7a2d
to email. Hat: portmgr
22 lines
441 B
Makefile
22 lines
441 B
Makefile
# New ports collection makefile for: py-dpkt
|
|
# Date created: 18 Apr 2006
|
|
# Whom: Krzysztof Pawlowski
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= dpkt
|
|
PORTVERSION= 1.6
|
|
CATEGORIES= net python
|
|
MASTER_SITES= http://dpkt.googlecode.com/files/
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Python fast, simple packet creation / parsing module
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= yes
|
|
USE_PYTHON_PREFIX= yes
|
|
|
|
.include <bsd.port.mk>
|