mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
28 lines
702 B
Makefile
28 lines
702 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= libpwquality
|
|
PORTVERSION= 1.4.0
|
|
CATEGORIES= security
|
|
MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/${PORTNAME}-${PORTVERSION}/
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= Library for generating random passwords and quality checking
|
|
|
|
LIB_DEPENDS= libcrack.so:security/cracklib
|
|
|
|
USES= gettext gmake localbase libtool pathfix tar:bz2
|
|
USE_GNOME= intltool
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
CONFIGURE_ARGS+=--disable-pam
|
|
INSTALL_TARGET= install-strip
|
|
|
|
OPTIONS_DEFINE= PYTHON
|
|
OPTIONS_DEFAULT=PYTHON
|
|
OPTIONS_SUB= yes
|
|
PYTHON_USES= python
|
|
PYTHON_CONFIGURE_ENABLE= python-bindings
|
|
PYTHON_CONFIGURE_ON= --with-python-binary=${PYTHON_CMD}
|
|
|
|
.include <bsd.port.mk>
|