1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-15 07:56:36 +00:00
freebsd-ports/net/py-pypacker/Makefile
MANTANI Nobutaka c12b79b4af net/py-pypacker: Add py-pypacker 5.0
pypacker is a packet manipulation library for Python.

Key features:
- Creating custom Packets (via keywords) or from raw byte and change their data
- Reading/writing packets from/to file (Support only for Wireshark/tcpdump pcap format)
- Merging multiple pcap files to one file

WWW: https://gitlab.com/mike01/pypacker
2021-10-10 14:13:11 +09:00

22 lines
399 B
Makefile

PORTNAME= pypacker
PORTVERSION= 5.0
CATEGORIES= net python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= nobutaka@FreeBSD.org
COMMENT= Packet manipulation library for Python
LICENSE= BSD3CLAUSE GPLv2
LICENSE_COMB= dual
USES= python
USE_GITLAB= yes
USE_PYTHON= autoplist distutils
NO_ARCH= yes
GL_ACCOUNT= mike01
GL_COMMIT= 268e27c813545bf7995dd0a80abdb4da24d64722
.include <bsd.port.mk>