aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2018-05-01 16:33:58 +0800
committerDmitry Marakasov <amdmi3@FreeBSD.org>2018-05-01 16:33:58 +0800
commitcb2d81742923db8b977c09253eb092a9f1a83655 (patch)
treeb5d3b7afccb0b8ed2f19843112781e37c9ffc410 /security
parent44e4b98ae448d24934acc81fd5df9790b0a9b587 (diff)
downloadfreebsd-ports-gnome-cb2d81742923db8b977c09253eb092a9f1a83655.tar.gz
freebsd-ports-gnome-cb2d81742923db8b977c09253eb092a9f1a83655.tar.zst
freebsd-ports-gnome-cb2d81742923db8b977c09253eb092a9f1a83655.zip
- Add LICENSE_FILE
- Add NO_ARCH - Switch to new test framework Approved by: portmgr blanket
Diffstat (limited to 'security')
-rw-r--r--security/py-ecdsa/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/security/py-ecdsa/Makefile b/security/py-ecdsa/Makefile
index 2084ff848c20..c455a02a49b8 100644
--- a/security/py-ecdsa/Makefile
+++ b/security/py-ecdsa/Makefile
@@ -12,11 +12,13 @@ MAINTAINER= kyuupichan@gmail.com
COMMENT= ECDSA cryptographic signature library (pure python)
LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python
USE_PYTHON= distutils autoplist
+NO_ARCH= yes
-regression-test: build
+do-test:
@cd ${WRKSRC} && ${PYTHON_CMD} ${PYSETUP} test
.include <bsd.port.mk>