aboutsummaryrefslogtreecommitdiff
path: root/security/py-paramiko/Makefile
diff options
context:
space:
mode:
authorSofian Brabez <sbz@FreeBSD.org>2012-10-03 11:07:31 +0000
committerSofian Brabez <sbz@FreeBSD.org>2012-10-03 11:07:31 +0000
commit8be1420b3fe6ce20e1a79f29d8088375a327d4d3 (patch)
tree571e8246eccc6d6e34468b7c97395d1f317ba342 /security/py-paramiko/Makefile
parent542ed8bc1668c8231fe01109f6dbf4aea3a4e627 (diff)
downloadports-8be1420b3fe6ce20e1a79f29d8088375a327d4d3.tar.gz
ports-8be1420b3fe6ce20e1a79f29d8088375a327d4d3.zip
Notes
Diffstat (limited to 'security/py-paramiko/Makefile')
-rw-r--r--security/py-paramiko/Makefile11
1 files changed, 3 insertions, 8 deletions
diff --git a/security/py-paramiko/Makefile b/security/py-paramiko/Makefile
index 251ea68b2878..a0b4cecc73be 100644
--- a/security/py-paramiko/Makefile
+++ b/security/py-paramiko/Makefile
@@ -1,12 +1,8 @@
-# Ports collection makefile for: paramiko
-# Date created: 4 Feb 2006
-# Whom: Ulf Lilleengen
-#
+# Created by: Ulf Lilleengen
# $FreeBSD$
-#
PORTNAME= paramiko
-PORTVERSION= 1.7.7.2
+PORTVERSION= 1.8.0
CATEGORIES= security python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -15,7 +11,6 @@ MAINTAINER= sbz@FreeBSD.org
COMMENT= A python library for making SSH2 connections
LICENSE= GPLv2
-LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/Crypto/__init__.py:${PORTSDIR}/security/py-pycrypto
@@ -30,7 +25,7 @@ post-install:
@(cd ${WRKSRC}/demos && ${COPYTREE_SHARE} \* ${EXAMPLESDIR})
.endif
-regression-test:
+regression-test: build
@(cd ${WRKSRC} && ${PYTHON_CMD} test.py)
.include <bsd.port.mk>