1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/net/kojoney/Makefile
Greg Larkin 649ed43937 - Chase repocopy of devel/py-zopeInterace to devel/py-zope.interface
PR:		ports/160846
Submitted by:	Ruslan Mahmatkhanov <cvs-src@yandex.ru>
2011-09-29 21:18:00 +00:00

29 lines
742 B
Makefile

# Ports collection makefile for: kojoney
# Date created: 5 December 2006
# Whom: mj <systemoperator@gmail.com>
#
# $FreeBSD$
#
PORTNAME= kojoney
PORTVERSION= 0.0.4.1
PORTREVISION= 3
CATEGORIES= net
MASTER_SITES= SF/${PORTNAME}/Kojoney%20New%20Way/Kojoney%20${PORTVERSION}
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>