2002-03-21 16:09:16 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.5 2002/03/21 21:09:20 espie Exp $
|
2001-09-20 07:38:24 -04:00
|
|
|
|
2001-09-21 14:15:38 -04:00
|
|
|
COMMENT= "libpcap bindings for Python"
|
2001-09-20 07:38:24 -04:00
|
|
|
|
|
|
|
V= 0.2
|
|
|
|
DISTNAME= pylibpcap-${V}
|
|
|
|
PKGNAME= py-libpcap-${V}
|
|
|
|
CATEGORIES= net
|
2002-03-21 16:09:16 -05:00
|
|
|
NEED_VERSION= 1.515
|
2001-09-20 07:38:24 -04:00
|
|
|
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= pylibpcap
|
|
|
|
|
|
|
|
HOMEPAGE= http://sourceforge.net/projects/pylibpcap/
|
|
|
|
|
|
|
|
MAINTAINER= Maurice Nonnekes <maurice@amaze.nl>
|
|
|
|
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
|
|
|
|
PYTHON_VER= 2.1
|
|
|
|
SUBST_VARS= PYTHON_VER
|
|
|
|
MAKE_ENV= PYTHON_VER=${PYTHON_VER}
|
|
|
|
|
2001-11-10 10:00:47 -05:00
|
|
|
BUILD_DEPENDS+= ::devel/swig
|
2002-02-15 14:53:42 -05:00
|
|
|
RUN_DEPENDS+= :python-${PYTHON_VER}*:lang/python/${PYTHON_VER}
|
2001-09-20 07:38:24 -04:00
|
|
|
|
|
|
|
WRKDIST= ${WRKDIR}/pylibpcap
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|