1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

net/py-pcap: Mark DEPRECATED and set EXPIRATION_DATE

- Broken with python3 please consider using net/py-pypcap
This commit is contained in:
Muhammad Moinur Rahman 2020-03-31 21:00:39 +00:00
parent d0fe05f1e0
commit 6548107618
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=530018

View File

@ -12,6 +12,9 @@ COMMENT= Python interface to LBL Packet Capture library (libpcap)
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
DEPRECATED= Broken with python3 please consider using net/py-pypcap
EXPIRATION_DATE=2020-05-01
BUILD_DEPENDS= swig3.0:devel/swig30
USES= python