diff options
Diffstat (limited to 'net-mgmt/py-flowtools')
-rw-r--r-- | net-mgmt/py-flowtools/Makefile | 9 | ||||
-rw-r--r-- | net-mgmt/py-flowtools/distinfo | 4 | ||||
-rw-r--r-- | net-mgmt/py-flowtools/pkg-descr | 2 |
3 files changed, 10 insertions, 5 deletions
diff --git a/net-mgmt/py-flowtools/Makefile b/net-mgmt/py-flowtools/Makefile index 19d73e4d4b91..65fdf811a416 100644 --- a/net-mgmt/py-flowtools/Makefile +++ b/net-mgmt/py-flowtools/Makefile @@ -6,9 +6,9 @@ # PORTNAME= flowtools -PORTVERSION= 0.3 +PORTVERSION= 0.3.4.1 CATEGORIES= net-mgmt python -MASTER_SITES= http://www.icir.org/robin/flowtools/ +MASTER_SITES= GOOGLE_CODE PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= pyflowtools-${PORTVERSION} @@ -17,6 +17,9 @@ COMMENT= Python extension module for reading flow-tools' data BUILD_DEPENDS= ${LOCALBASE}/include/ftlib.h:${PORTSDIR}/net-mgmt/flow-tools +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + PLIST_FILES= %%PYTHON_SITELIBDIR%%/flowtools.so CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib @@ -24,4 +27,6 @@ USE_PYTHON= yes USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= pyflowtools +PROJECTHOST= py${PORTNAME} + .include <bsd.port.mk> diff --git a/net-mgmt/py-flowtools/distinfo b/net-mgmt/py-flowtools/distinfo index 1f8a787c43e9..6263d25f87f4 100644 --- a/net-mgmt/py-flowtools/distinfo +++ b/net-mgmt/py-flowtools/distinfo @@ -1,2 +1,2 @@ -SHA256 (pyflowtools-0.3.tar.gz) = fb7403092839680bdde3616821d49e9bc013fd836a09aa38fcd09926c44cbf8f -SIZE (pyflowtools-0.3.tar.gz) = 12510 +SHA256 (pyflowtools-0.3.4.1.tar.gz) = 9f9722916436c7da717f614b718ad38b5b13a056c0cfed75ac7e49272cd529b5 +SIZE (pyflowtools-0.3.4.1.tar.gz) = 15538 diff --git a/net-mgmt/py-flowtools/pkg-descr b/net-mgmt/py-flowtools/pkg-descr index 54f31698bf9b..a16b3646fde0 100644 --- a/net-mgmt/py-flowtools/pkg-descr +++ b/net-mgmt/py-flowtools/pkg-descr @@ -7,4 +7,4 @@ to access the individual flow records as instances of a second class called Flow. A Flow provides access to its data through attribute references. -WWW: http://mail.net.informatik.tu-muenchen.de/~robin/flowtools/ +WWW: http://code.google.com/p/pyflowtools/ |