freebsd-ports/net-mgmt/py-flowtools/Makefile
Pav Lucistnik 74b5529974 Add py-flowtools, an extension module gives you a simple python interface
to NetFlow data as stored by Mark Fullmer's flow-tools package.

PR:		ports/72684
Submitted by:	Roman Bogorodskiy <bogorodskiy@inbox.ru>
2004-10-15 16:41:49 +00:00

24 lines
654 B
Makefile

# Ports collection makefile for: py-flowtools
# Date created: 16 Sep 2004
# Whom: Roman Bogorodskiy <bogorodskiy@inbox.ru>
#
# $FreeBSD$
#
PORTNAME= flowtools
PORTVERSION= 0.3
CATEGORIES= net-mgmt python
MASTER_SITES= http://mail.net.informatik.tu-muenchen.de/~robin/flowtools/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= pyflowtools-${PORTVERSION}
MAINTAINER= bogorodskiy@inbox.ru
COMMENT= Python extension module for reading flow-tools' data
BUILD_DEPENDS= ${LOCALBASE}/include/ftlib.h:${PORTSDIR}/net-mgmt/flow-tools
CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib
USE_PYTHON= yes
USE_PYDISTUTILS= yes
.include <bsd.port.mk>