Files
ports/security/py-scrypt/Makefile
Yuri Victorovich 6c27e1a9ee security/py-scrypt: Update 0.8.13 -> 0.8.15
Reported by:	portscout
2020-05-23 19:14:58 +00:00

25 lines
528 B
Makefile

# Created by: Yuri Victorovich <yuri@rawbw.com>
# $FreeBSD$
PORTNAME= scrypt
DISTVERSION= 0.8.15
CATEGORIES= security python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Bindings for the scrypt key derivation function library
LICENSE= BSD2CLAUSE
USES= python ssl
USE_PYTHON= autoplist distutils
post-install:
@${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/_scrypt.so
do-test:
@cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test
.include <bsd.port.mk>