2013-06-11 20:25:17 +02:00
|
|
|
# Created by: Neil Booth
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= ecdsa
|
2014-05-22 08:29:22 +02:00
|
|
|
PORTVERSION= 0.11
|
2014-02-17 06:47:10 +01:00
|
|
|
PORTREVISION= 1
|
2013-06-11 20:25:17 +02:00
|
|
|
CATEGORIES= security python
|
|
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
|
|
|
MAINTAINER= kyuupichan@gmail.com
|
|
|
|
COMMENT= ECDSA cryptographic signature library (pure python)
|
|
|
|
|
|
|
|
LICENSE= MIT
|
|
|
|
|
2014-10-24 18:50:42 +02:00
|
|
|
USES= python
|
|
|
|
USE_PYTHON= distutils autoplist
|
2013-06-11 20:25:17 +02:00
|
|
|
|
|
|
|
regression-test: build
|
|
|
|
@cd ${WRKSRC} && ${PYTHON_CMD} ${PYSETUP} test
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|