blob: 17c678955ddd8d8ac0051aec64b781a427dffb48 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# 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
USES?= python
USE_PYTHON= distutils autoplist
regression-test: build
@cd ${WRKSRC} && ${PYTHON_CMD} ${PYSETUP} test
.include <bsd.port.mk>
|