1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00
freebsd-ports/net/py-pyfixbuf/Makefile
Antoine Brodin f1ffe35174 New port: net/py-pyfixbuf
pyfixbuf is a Python API for libfixbuf, an implementation of the IPFIX protocol
used for building collecting and exporting processes.

WWW: https://tools.netsa.cert.org/pyfixbuf/
2020-04-07 14:36:35 +00:00

25 lines
605 B
Makefile

# $FreeBSD$
PORTNAME= pyfixbuf
PORTVERSION= 0.8.1
CATEGORIES= net python
MASTER_SITES= https://tools.netsa.cert.org/releases/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= antoine@FreeBSD.org
COMMENT= Python API for libfixbuf
LICENSE= GPLR LGPL21
LICENSE_COMB= multi
LICENSE_NAME_GPLR= Government Purpose License Rights
LICENSE_FILE_GPLR= ${WRKSRC}/LICENSE-OPENSOURCE.txt
LICENSE_PERMS_GPLR= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
RUN_DEPENDS= ${PY_IPADDRESS}
LIB_DEPENDS= libfixbuf.so:net/libfixbuf
USES= pkgconfig python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>