1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
freebsd-ports/security/py-paramiko/Makefile
Martin Wilke ed3c9b1569 - Fix build
Pointyhat to:	sbz
2014-02-08 16:02:37 +00:00

29 lines
601 B
Makefile

# Created by: Ulf Lilleengen
# $FreeBSD$
PORTNAME= paramiko
PORTVERSION= 1.12.1
PORTREVISION= 1
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
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
OPTIONS_DEFINE= EXAMPLES
regression-test: extract
@(cd ${WRKSRC} && ${PYTHON_CMD} test.py)
.include <bsd.port.mk>