freebsd-ports/security/py-paramiko/Makefile
Kurt Jaeger dd06283c71 security/py-paramiko: 1.14.0 -> 1.15.2
- Website updated
- For other changes see
  http://www.paramiko.org/changelog.html

PR:		199896
Submitted by:	Claudius Herder <claudius.herder@ambtec.de>
Approved by:	sbz (maintainer timeout)
2015-07-26 20:05:57 +00:00

26 lines
567 B
Makefile

# Created by: Ulf Lilleengen
# $FreeBSD$
PORTNAME= paramiko
PORTVERSION= 1.15.2
CATEGORIES= security python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sbz@FreeBSD.org
COMMENT= Python SSH2 protocol library
LICENSE= GPLv2
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycrypto>0:${PORTSDIR}/security/py-pycrypto \
${PYTHON_PKGNAMEPREFIX}ecdsa>0:${PORTSDIR}/security/py-ecdsa
USES= python
USE_PYTHON= distutils autoplist
OPTIONS_DEFINE= EXAMPLES
regression-test: extract
@(cd ${WRKSRC} && ${PYTHON_CMD} test.py)
.include <bsd.port.mk>