mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
6cd1f5c15f
While here, trim obsolete version checks. Hat: portmgr
23 lines
563 B
Makefile
23 lines
563 B
Makefile
# New ports collection makefile for: pcapy
|
|
# Date created: 15th September 2005
|
|
# Whom: Marcin Jessa <yazzy@yazzy.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= pcapy
|
|
PORTVERSION= 0.10.5
|
|
CATEGORIES= net python
|
|
MASTER_SITES= http://oss.coresecurity.com/repo/ \
|
|
http://www.yazzy.org/ports/pcapy/
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Python extension module to capture packets on the network
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= yes
|
|
|
|
PLIST_FILES= %%PYTHON_SITELIBDIR%%/pcapy.so
|
|
PORTDOCS= README LICENSE pcapy.html
|
|
|
|
.include <bsd.port.mk>
|