blob: c7c03978cf79b2e3f1eaae58971fad7baa429b4f (
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
|
# Created by: mj <systemoperator@gmail.com>
# $FreeBSD$
PORTNAME= kojoney
PORTVERSION= 0.0.4.2
CATEGORIES= net
MASTER_SITES= SF/${PORTNAME}
MAINTAINER= ports@FreeBSD.org
COMMENT= Low level interaction honeypot that emulates an SSH server
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.interface>=3.3.0_1:${PORTSDIR}/devel/py-zope.interface \
${PYTHONPREFIX_SITELIBDIR}/Crypto:${PORTSDIR}/security/py-pycrypto \
p5-IP-Country>=0:${PORTSDIR}/net/p5-IP-Country
WRKSRC= ${WRKDIR}/kojoney
USE_PYTHON= yes
USE_OPENSSL= yes
USES= perl5 twisted:conch
USE_PERL5= run
NO_STAGE= yes
.include <bsd.port.mk>
|