pkgsrc-wip/py-Impacket/Makefile
Michal Pasternak 0eb2ed71d8 Impacket is a collection of Python classes for working with network
protocols. Impacket is mostly focused on providing low?level programmatic
access to the packets, however some protocols (for instance NMB and SMB) are
implemented in a higher level as a foundation for other protocols. 

Packets can be constructed from scratch, as well as parsed from raw data,
and the object oriented API makes it simple to work with deep hierarchies of
protocols.
2003-12-18 22:29:05 +00:00

20 lines
516 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2003/12/18 22:29:05 mpasternak Exp $
#
DISTNAME= Impacket-0.9.5.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= net
MASTER_SITES= http://oss.corest.com/repo/
MAINTAINER= dotz@irc.pl
HOMEPAGE= http://oss.corest.com/repo/
COMMENT= Collection of Python classes for working with network protocols
USE_BUILDLINK2= yes
PY_PATCHPLIST= yes
PYDISTUTILSPKG= yes
PYTHON_VERSIONS_ACCEPTED= 23 22 23pth 22pth
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"