openbsd-ports/security/libpwquality/Makefile

46 lines
1014 B
Makefile
Raw Normal View History

COMMENT = library to generate, and check strengh of passwords
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
GH_TAGNAME = libpwquality-${MODPY_EGG_VERSION}
DISTNAME = libpwquality-${MODPY_EGG_VERSION}
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
MAINTAINER = Antoine Jacoutot <ajacoutot@openbsd.org>
2012-06-19 09:48:04 +00:00
2013-09-24 14:57:14 +00:00
# GPLv2+
PERMIT_PACKAGE = Yes
2022-11-19 09:18:48 +00:00
WANTLIB += c crack iconv intl z
MODULES = lang/python
MODPY_SETUPTOOLS = Yes
2018-02-27 09:28:07 +00:00
USE_GMAKE = Yes
BUILD_DEPENDS = devel/gettext,-tools \
2018-02-27 09:28:07 +00:00
shells/bash
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} \
--with-sconfigdir=${SYSCONFDIR} \
--disable-pam
2014-08-14 06:40:00 +00:00
CONFIGURE_ENV = LDFLAGS="-L${LOCALBASE}/lib"
2020-05-16 10:41:32 +00:00
DEBUG_PACKAGES = ${BUILD_PACKAGES}
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
.include <bsd.port.mk>