freebsd-ports/security/py-paramiko/Makefile
Martin Wilke e2f1935342 - Update to 1.6.2
PR:		ports/102258
Submitted by:	Ulf Lilleengen <lulf(at)pvv.ntnu.no> (maintainer)
Approved by:	krion (mentor)
2006-08-21 09:06:22 +00:00

24 lines
579 B
Makefile

# Ports collection makefile for: paramiko
# Date created: 4 Feb 2006
# Whom: Ulf Lilleengen
#
# $FreeBSD$
#
PORTNAME= paramiko
PORTVERSION= 1.6.2
CATEGORIES= security python
MASTER_SITES= http://www.lag.net/paramiko/download/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= lulf@pvv.ntnu.no
COMMENT= A python library for making SSH2 connections
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/Crypto/__init__.py:${PORTSDIR}/security/py-pycrypto
USE_PYTHON= 2.3+
USE_PYTHON_PREFIX= yes
USE_PYDISTUTILS= yes
USE_ZIP= yes
.include <bsd.port.mk>