freebsd-ports/security/py-paramiko/Makefile
Sofian Brabez d7c5457ddf Update my MAINTAINER address to sbz at FreeBSD.org.
Approved by:	jadawin@ (mentor)
2011-03-18 10:04:54 +00:00

30 lines
711 B
Makefile

# 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>