freebsd-ports/net/py-pypcap/Makefile
Erwin Lansing 507bfe0858 This project has been included in net/pcs, so mark this port for
GC in one month.

Submitted by:	gnn (maintainer)
2007-05-24 22:27:36 +00:00

30 lines
706 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= 2
CATEGORIES= net python
MASTER_SITES= http://pypcap.googlecode.com/files/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= gnn@freebsd.org
COMMENT= Simplified object-oriented Python extension module for libpcap
BUILD_DEPENDS= pyrexc:${PORTSDIR}/devel/pyrex
DEPRECATED= Project included in net/pcs, please use that port instead
EXPIRATION_DATE= 2007-06-24
USE_PYTHON= yes
USE_PYTHON_PREFIX= yes
PLIST_FILES= %%PYTHON_SITELIBDIR%%/pcap.so
post-patch:
${RM} ${WRKDIR}/${PORTNAME}-${PORTVERSION}/pcap.c
.include <bsd.port.mk>