freebsd-ports/math/py-secp256k1/Makefile
Yuri Victorovich f4b64ae6b1 math/py-secp256k1: Remove test target and depends because tests aren't defined
Revert my commit r480150 because tests only exist in the github version, but not in the CHEESESHOP version.

Approved by:	portmgr blanket
2018-09-20 03:15:14 +00:00

21 lines
489 B
Makefile

# Created by: Waitman Gobble <waitman@waitman.net>
# $FreeBSD$
PORTNAME= secp256k1
PORTVERSION= 0.13.2
CATEGORIES= math python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= python@FreeBSD.org
COMMENT= FFI bindings to libsecp256k1
LICENSE= MIT
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=1.8.0:devel/py-cffi@${PY_FLAVOR}
LIB_DEPENDS= libsecp256k1.so:math/secp256k1
USES= localbase python pkgconfig
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>