1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
freebsd-ports/net/kojoney/Makefile
Andrej Zverev bd4d8236ba - Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
2012-06-30 14:39:14 +00:00

28 lines
671 B
Makefile

# 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 \
p5-IP-Country>=0:${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>