mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
bebf3178ae
EXPIRATION_DATE at the end of April 2017. In the past six months, about a third of the ports marked BROKEN because they were hosted on Google Code have been fixed. The remaining must not be of use to anyone. With hat: portmgr Sponsored by: Absolight
30 lines
660 B
Makefile
30 lines
660 B
Makefile
# Created by: George V. Neville-Neil
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= pypcap
|
|
PORTVERSION= 1.1
|
|
PORTREVISION= 5
|
|
CATEGORIES= net python
|
|
MASTER_SITES= GOOGLE_CODE
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= wxs@FreeBSD.org
|
|
COMMENT= Simplified object-oriented Python extension module for libpcap
|
|
|
|
BROKEN= Unfetchable (google code has gone away)
|
|
DEPRECATED= Unfetchable for more than six months (google code has gone away)
|
|
EXPIRATION_DATE= 2017-04-30
|
|
|
|
BUILD_DEPENDS= pyrexc:devel/pyrex
|
|
|
|
USES= python
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
post-patch:
|
|
@${RM} ${WRKDIR}/${PORTNAME}-${PORTVERSION}/pcap.c
|
|
|
|
pre-build:
|
|
(cd ${WRKSRC}; pyrexc pcap.pyx)
|
|
|
|
.include <bsd.port.mk>
|