2006-12-05 20:08:46 +00:00
|
|
|
# Ports collection makefile for: kojoney
|
|
|
|
# Date created: 5 December 2006
|
|
|
|
# Whom: mj <systemoperator@gmail.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= kojoney
|
|
|
|
PORTVERSION= 0.0.4.1
|
2011-02-25 03:19:29 +00:00
|
|
|
PORTREVISION= 2
|
2006-12-05 20:08:46 +00:00
|
|
|
CATEGORIES= net
|
2009-08-22 00:32:25 +00:00
|
|
|
MASTER_SITES= SF/${PORTNAME}/Kojoney%20New%20Way/Kojoney%20${PORTVERSION}
|
2006-12-05 20:08:46 +00:00
|
|
|
|
|
|
|
MAINTAINER= systemoperator@gmail.com
|
|
|
|
COMMENT= A low level interaction honeypot that emulates an SSH server
|
|
|
|
|
2007-02-10 18:24:50 +00:00
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zopeInterface>=3.3.0_1:${PORTSDIR}/devel/py-zopeInterface \
|
2006-12-05 20:08:46 +00:00
|
|
|
${PYTHONPREFIX_SITELIBDIR}/Crypto:${PORTSDIR}/security/py-pycrypto \
|
|
|
|
${SITE_PERL}/IP/Country.pm:${PORTSDIR}/net/p5-IP-Country
|
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/kojoney
|
|
|
|
|
2011-02-25 03:19:29 +00:00
|
|
|
USE_PYTHON= 2.5+
|
2006-12-05 20:08:46 +00:00
|
|
|
USE_TWISTED= conch
|
|
|
|
USE_OPENSSL= yes
|
|
|
|
USE_PERL5_RUN= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|