33 lines
696 B
Makefile
33 lines
696 B
Makefile
# $OpenBSD: Makefile,v 1.5 2002/03/21 21:09:20 espie Exp $
|
|
|
|
COMMENT= "libpcap bindings for Python"
|
|
|
|
V= 0.2
|
|
DISTNAME= pylibpcap-${V}
|
|
PKGNAME= py-libpcap-${V}
|
|
CATEGORIES= net
|
|
NEED_VERSION= 1.515
|
|
|
|
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}
|
|
|
|
BUILD_DEPENDS+= ::devel/swig
|
|
RUN_DEPENDS+= :python-${PYTHON_VER}*:lang/python/${PYTHON_VER}
|
|
|
|
WRKDIST= ${WRKDIR}/pylibpcap
|
|
|
|
.include <bsd.port.mk>
|