1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/net/py-pypcap/Makefile
Erwin Lansing 63911b85d2 A simplified object-oriented Python extension module for libpcap
WWW: http://monkey.org/~dugsong/pypcap/

PR:		ports/100601
Submitted by:	George V. Neville-Neil
2006-07-20 12:21:37 +00:00

25 lines
546 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
CATEGORIES= net python
MASTER_SITES= http://monkey.org/~dugsong/pypcap/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= gnn@freebsd.org
COMMENT= Simplified object-oriented Python extension module for libpcap
BUILD_DEPENDS= pyrexc:${PORTSDIR}/devel/pyrex
USE_PYTHON= yes
USE_PYTHON_PREFIX= yes
post-patch:
${RM} ${WRKDIR}/${PORTNAME}-${PORTVERSION}/pcap.c
.include <bsd.port.mk>