a9c630c1b3
CrackLib is a library containing a C function (well, lots of functions really, but you only need to use one of them) which may be used in a "passwd"-like program. The idea is simple: try to prevent users from choosing passwords that could be guessed by "Crack" by filtering them out, at source. CrackLib is an offshoot of the the version 5 "Crack" software, and contains a considerable number of ideas nicked from the new software.
12 lines
317 B
Makefile
12 lines
317 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1 2020/11/22 11:36:31 nia Exp $
|
|
|
|
BUILDLINK_TREE+= cracklib
|
|
|
|
.if !defined(CRACKLIB_BUILDLINK3_MK)
|
|
CRACKLIB_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.cracklib+= cracklib>=2.9.7
|
|
BUILDLINK_PKGSRCDIR.cracklib?= ../../security/cracklib
|
|
.endif # CRACKLIB_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -cracklib
|