freebsd-ports/security/py-paramiko/Makefile
Li-Wen Hsu 5cf96bfa42 - Updated to 1.7.2
PR:		ports/119962
Submitted by:	Felippe de Meirelles Motta <lippemail AT gmail.com>
Approved, modified by:	"Matthew D. Fuller" <fullermd AT over-yonder.net> (maintainer)
2008-03-11 02:27:48 +00:00

22 lines
550 B
Makefile

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