freebsd-ports/net/py-impacket/Makefile
Dryice Dong Liu 288f8ab5dc update to 0.9.6.0
new file: files/patch-setup.py

PR:	ports/103726
Submitted by:	Justin Heath <justin@snort.org>
Approved by:	itetcu (mentor) Marcin Jessa <yazzy@yazzy.org> (maintainer)
2007-01-28 09:00:14 +00:00

29 lines
662 B
Makefile

# New ports collection makefile for: Impacket
# Date created: 15th September 2005
# Whom: Marcin Jessa <yazzy@yazzy.org>
#
# $FreeBSD$
PORTNAME= Impacket
PORTVERSION= 0.9.6.0
CATEGORIES= net python
MASTER_SITES= http://oss.coresecurity.com/repo/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yazzy@yazzy.org
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:
@${RM} -rf ${DOCSDIR}
@${ECHO} "Removing ${DOCSDIR} and the files in it."
.endif
.include <bsd.port.mk>