372b4b4c17
80, 85, 86, 90, 91, 92, 93, 100, 101 These can all be removed if there is ever a new release in the future. - Silence a post-patch line. Requested by: Fausto Marzi
30 lines
648 B
Makefile
30 lines
648 B
Makefile
# New ports collection makefile for: py-pypcap
|
|
# Date created: 15 Jul 2006
|
|
# Whom: George V. Neville-Neil
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= pypcap
|
|
PORTVERSION= 1.1
|
|
PORTREVISION= 4
|
|
CATEGORIES= net python
|
|
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= wxs@FreeBSD.org
|
|
COMMENT= Simplified object-oriented Python extension module for libpcap
|
|
|
|
BUILD_DEPENDS= pyrexc:${PORTSDIR}/devel/pyrex
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYTHON_PREFIX= yes
|
|
INSTALLS_EGGINFO= yes
|
|
PYDISTUTILS_PKGNAME= pcap
|
|
|
|
PLIST_FILES= %%PYTHON_SITELIBDIR%%/pcap.so
|
|
|
|
post-patch:
|
|
@${RM} ${WRKDIR}/${PORTNAME}-${PORTVERSION}/pcap.c
|
|
|
|
.include <bsd.port.mk>
|