Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 May 2018 08:33:59 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r468757 - head/security/py-ecdsa
Message-ID:  <201805010833.w418Xxcl075643@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Tue May  1 08:33:58 2018
New Revision: 468757
URL: https://svnweb.freebsd.org/changeset/ports/468757

Log:
  - Add LICENSE_FILE
  - Add NO_ARCH
  - Switch to new test framework
  
  Approved by:	portmgr blanket

Modified:
  head/security/py-ecdsa/Makefile

Modified: head/security/py-ecdsa/Makefile
==============================================================================
--- head/security/py-ecdsa/Makefile	Tue May  1 07:53:08 2018	(r468756)
+++ head/security/py-ecdsa/Makefile	Tue May  1 08:33:58 2018	(r468757)
@@ -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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805010833.w418Xxcl075643>