freebsd-ports/net/py-pypcap/Makefile
Tom McLaughlin 2d0372c05a - Take over maintainership
- Remove EXPIRATION_DATE
  * Though it hasn't been updated in some time upstream it's commonly
    distributed with other opensource OSes and having it around makes
    it easier for those of us who use those OSes by day but secretly
    fight crime using FreeBSD by night.

Approved by:    gnn
2007-06-05 00:59:37 +00:00

27 lines
612 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= tmclaugh@FreeBSD.org
COMMENT= Simplified object-oriented Python extension module for libpcap
BUILD_DEPENDS= pyrexc:${PORTSDIR}/devel/pyrex
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>