blob: 3c6138fa65e0d292a03d0fff65140104f3452a23 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
# New ports collection makefile for: Impacket
# Date created: 15th September 2005
# Whom: Marcin Jessa <yazzy@yazzy.org>
#
# $FreeBSD$
PORTNAME= Impacket
PORTVERSION= 0.9.5.1
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
PORTDOCS= README LICENSE
.if defined(NOPORTDOCS)
post-install:
@${RM} ${DOCSDIR}/README
@${RM} ${DOCSDIR}/LICENSE
@${RMDIR} ${DOCSDIR}
@${ECHO} "Removing ${DOCSDIR} and the files in it."
.endif
.include <bsd.port.mk>
|