blob: d3d5a5a283a793ccb5f98d918a34ba94d93a9555 (
plain) (
blame)
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
|
# Ports collection makefile for: kojoney
# Date created: 5 December 2006
# Whom: mj <systemoperator@gmail.com>
#
# $FreeBSD$
#
PORTNAME= kojoney
PORTVERSION= 0.0.4.2
CATEGORIES= net
MASTER_SITES= SF/${PORTNAME}
MAINTAINER= systemoperator@gmail.com
COMMENT= A 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 \
${SITE_PERL}/IP/Country.pm:${PORTSDIR}/net/p5-IP-Country
WRKSRC= ${WRKDIR}/kojoney
USE_PYTHON= 2.5+
USE_TWISTED= conch
USE_OPENSSL= yes
USE_PERL5_RUN= yes
.include <bsd.port.mk>
|