aboutsummaryrefslogblamecommitdiff
path: root/security/py-scrypt/Makefile
blob: 81f6d4cfc6b9f17864d5f41654fb4d85633556ba (plain) (tree)
1
2
3
4
5
6
7
8
9
                                               

                      
                      



                                       
                                



                                                                       
                               


                                   
                                                                       




                                                                
# Created by: Yuri Victorovich <yuri@rawbw.com>

PORTNAME=	scrypt
DISTVERSION=	0.8.18
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:3.6+ 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>