aboutsummaryrefslogtreecommitdiff
path: root/security/py-paramiko/Makefile
blob: ae72679e1ea01e702c27abefdee58bf7692942d1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Ports collection makefile for:      paramiko
# Date created:               4 Feb   2006
# Whom:                       Ulf Lilleengen
#
# $FreeBSD$
#

PORTNAME=	paramiko
PORTVERSION=	1.7.6
CATEGORIES=	security python
MASTER_SITES=	http://www.lag.net/paramiko/download/
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	sbz@FreeBSD.org
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

EXAMPLESDIR=	${PREFIX}/share/examples/py-${PORTNAME}

.if !defined(NOPORTEXAMPLES)
post-install:
	${MKDIR} ${EXAMPLESDIR}
	${CP} ${WRKSRC}/demos/* ${EXAMPLESDIR}
.endif

.include <bsd.port.mk>