2019-02-18 08:02:04 +00:00
|
|
|
COMMENT = library to generate, and check strengh of passwords
|
2012-06-13 15:13:09 +00:00
|
|
|
|
2022-11-19 09:18:48 +00:00
|
|
|
MODPY_EGG_VERSION = 1.4.5
|
2018-02-27 09:28:07 +00:00
|
|
|
GH_PROJECT = libpwquality
|
|
|
|
GH_ACCOUNT = libpwquality
|
2022-08-18 02:24:48 +00:00
|
|
|
GH_TAGNAME = libpwquality-${MODPY_EGG_VERSION}
|
|
|
|
DISTNAME = libpwquality-${MODPY_EGG_VERSION}
|
2022-11-26 23:28:11 +00:00
|
|
|
REVISION = 0
|
2014-08-14 06:38:51 +00:00
|
|
|
|
2013-09-24 14:57:14 +00:00
|
|
|
SHARED_LIBS += pwquality 1.0 # 1.2
|
2014-08-14 06:38:51 +00:00
|
|
|
|
2015-07-24 06:18:21 +00:00
|
|
|
CATEGORIES = security
|
2012-06-13 15:13:09 +00:00
|
|
|
|
2022-11-04 09:14:21 +00:00
|
|
|
MAINTAINER = Antoine Jacoutot <ajacoutot@openbsd.org>
|
2012-06-19 09:48:04 +00:00
|
|
|
|
2013-09-24 14:57:14 +00:00
|
|
|
# GPLv2+
|
2019-07-12 20:48:23 +00:00
|
|
|
PERMIT_PACKAGE = Yes
|
2012-06-13 15:13:09 +00:00
|
|
|
|
2022-11-19 09:18:48 +00:00
|
|
|
WANTLIB += c crack iconv intl z
|
2012-06-13 15:13:09 +00:00
|
|
|
|
2017-11-21 00:12:59 +00:00
|
|
|
MODULES = lang/python
|
2022-08-19 09:12:34 +00:00
|
|
|
MODPY_SETUPTOOLS = Yes
|
2012-06-13 15:13:09 +00:00
|
|
|
|
2018-02-27 09:28:07 +00:00
|
|
|
USE_GMAKE = Yes
|
|
|
|
|
2019-05-20 22:15:00 +00:00
|
|
|
BUILD_DEPENDS = devel/gettext,-tools \
|
2018-02-27 09:28:07 +00:00
|
|
|
shells/bash
|
|
|
|
|
2012-06-13 15:13:09 +00:00
|
|
|
LIB_DEPENDS = security/cracklib
|
|
|
|
|
2019-05-19 19:13:45 +00:00
|
|
|
CONFIGURE_STYLE = autoreconf
|
2014-08-14 06:40:00 +00:00
|
|
|
CONFIGURE_ARGS = --with-python-binary=python${MODPY_VERSION} \
|
2014-08-14 06:38:51 +00:00
|
|
|
--with-python-rev=${MODPY_VERSION} \
|
2012-06-13 15:13:09 +00:00
|
|
|
--with-sconfigdir=${SYSCONFDIR} \
|
|
|
|
--disable-pam
|
2014-08-14 06:40:00 +00:00
|
|
|
CONFIGURE_ENV = LDFLAGS="-L${LOCALBASE}/lib"
|
2012-06-13 15:13:09 +00:00
|
|
|
|
2020-05-16 10:41:32 +00:00
|
|
|
DEBUG_PACKAGES = ${BUILD_PACKAGES}
|
|
|
|
|
2012-06-13 15:13:09 +00:00
|
|
|
FAKE_FLAGS = secureconfdir=${PREFIX}/share/examples/libpwquality/
|
|
|
|
|
2018-02-27 09:28:07 +00:00
|
|
|
AUTOCONF_VERSION = 2.69
|
2019-11-02 14:18:41 +00:00
|
|
|
AUTOMAKE_VERSION = 1.16
|
2018-02-27 09:28:07 +00:00
|
|
|
|
2012-06-13 15:13:09 +00:00
|
|
|
.include <bsd.port.mk>
|