summaryrefslogtreecommitdiff
path: root/security/py-bcrypt/options.mk
blob: 846f7722b715ef86368b2db2489c6dad4c5e8caf (plain)
1
2
3
4
5
6
7
8
9
10
11
# $NetBSD: options.mk,v 1.3 2015/04/06 13:09:53 rodent Exp $

PKG_OPTIONS_VAR=	PKG_OPTIONS.py-bcrypt
PKG_SUPPORTED_OPTIONS=	tests
PKG_SUGGESTED_OPTIONS+=	# blank

.include "../../mk/bsd.options.mk"

.if !empty(PKG_OPTIONS:Mtests)
DEPENDS+=		${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
.endif