2005-09-17 00:47:20 +02:00
|
|
|
# New ports collection makefile for: Impacket
|
|
|
|
# Date created: 15th September 2005
|
|
|
|
# Whom: Marcin Jessa <yazzy@yazzy.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Impacket
|
2007-01-28 10:00:14 +01:00
|
|
|
PORTVERSION= 0.9.6.0
|
2005-09-17 00:47:20 +02:00
|
|
|
CATEGORIES= net python
|
2007-01-28 10:00:14 +01:00
|
|
|
MASTER_SITES= http://oss.coresecurity.com/repo/
|
2005-09-17 00:47:20 +02:00
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
2008-12-16 06:25:48 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2005-09-17 00:47:20 +02:00
|
|
|
COMMENT= Collection of Python classes providing access to network packets
|
|
|
|
|
|
|
|
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/pcapy.so:${PORTSDIR}/net/py-pcapy
|
|
|
|
|
|
|
|
USE_PYTHON= yes
|
|
|
|
NO_BUILD= yes
|
|
|
|
USE_PYDISTUTILS=yes
|
|
|
|
|
|
|
|
.if defined(NOPORTDOCS)
|
|
|
|
post-install:
|
2007-01-28 10:00:14 +01:00
|
|
|
@${RM} -rf ${DOCSDIR}
|
2005-09-17 00:47:20 +02:00
|
|
|
@${ECHO} "Removing ${DOCSDIR} and the files in it."
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|