2011-09-16 07:13:37 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.7 2011/09/16 11:13:39 espie Exp $
|
2009-08-03 07:14:09 -04:00
|
|
|
|
|
|
|
COMMENT = python network packet manipulation library
|
|
|
|
|
2010-06-15 13:16:13 -04:00
|
|
|
MODPY_EGG_VERSION = 1.7
|
2009-08-03 07:14:09 -04:00
|
|
|
DISTNAME = dpkt-${MODPY_EGG_VERSION}
|
2010-07-12 18:07:37 -04:00
|
|
|
PKGNAME = py-${DISTNAME}
|
2011-09-16 07:13:37 -04:00
|
|
|
REVISION = 3
|
2009-08-03 07:14:09 -04:00
|
|
|
|
|
|
|
CATEGORIES = net
|
|
|
|
|
|
|
|
HOMEPAGE = http://code.google.com/p/dpkt/
|
|
|
|
|
|
|
|
MAINTAINER = Thanasoulas Spiros <dsp@physics.uoc.gr>
|
|
|
|
|
|
|
|
# BSD
|
|
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
PERMIT_PACKAGE_FTP = Yes
|
2010-06-15 13:16:13 -04:00
|
|
|
PERMIT_DISTFILES_CDROM = Yes
|
2009-08-03 07:14:09 -04:00
|
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
|
|
|
|
MASTER_SITES = http://dpkt.googlecode.com/files/
|
|
|
|
|
|
|
|
MODULES = lang/python
|
2010-06-15 13:16:13 -04:00
|
|
|
|
|
|
|
NO_REGRESS = Yes
|
2009-08-03 07:14:09 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|