2006-07-20 14:21:37 +02:00
|
|
|
# New ports collection makefile for: py-pypcap
|
|
|
|
# Date created: 15 Jul 2006
|
|
|
|
# Whom: George V. Neville-Neil
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= pypcap
|
|
|
|
PORTVERSION= 1.1
|
2011-10-02 04:55:21 +02:00
|
|
|
PORTREVISION= 4
|
2006-07-20 14:21:37 +02:00
|
|
|
CATEGORIES= net python
|
2008-03-06 23:19:52 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
|
2006-07-20 14:21:37 +02:00
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
2011-04-16 05:07:18 +02:00
|
|
|
MAINTAINER= wxs@FreeBSD.org
|
2006-07-20 14:21:37 +02:00
|
|
|
COMMENT= Simplified object-oriented Python extension module for libpcap
|
|
|
|
|
|
|
|
BUILD_DEPENDS= pyrexc:${PORTSDIR}/devel/pyrex
|
|
|
|
|
|
|
|
USE_PYTHON= yes
|
|
|
|
USE_PYTHON_PREFIX= yes
|
2007-07-30 11:42:28 +02:00
|
|
|
INSTALLS_EGGINFO= yes
|
|
|
|
PYDISTUTILS_PKGNAME= pcap
|
2006-07-20 14:21:37 +02:00
|
|
|
|
2007-02-05 18:18:25 +01:00
|
|
|
PLIST_FILES= %%PYTHON_SITELIBDIR%%/pcap.so
|
|
|
|
|
2006-07-20 14:21:37 +02:00
|
|
|
post-patch:
|
2011-10-02 04:55:21 +02:00
|
|
|
@${RM} ${WRKDIR}/${PORTNAME}-${PORTVERSION}/pcap.c
|
2009-06-11 11:12:45 +02:00
|
|
|
|
2010-01-25 00:39:07 +01:00
|
|
|
.include <bsd.port.mk>
|