mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-28 10:08:24 +00:00
cb2d817429
- Add NO_ARCH - Switch to new test framework Approved by: portmgr blanket
25 lines
463 B
Makefile
25 lines
463 B
Makefile
# Created by: Neil Booth
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= ecdsa
|
|
PORTVERSION= 0.11
|
|
PORTREVISION= 1
|
|
CATEGORIES= security python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
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
|
|
|
|
do-test:
|
|
@cd ${WRKSRC} && ${PYTHON_CMD} ${PYSETUP} test
|
|
|
|
.include <bsd.port.mk>
|