pkgsrc/security/py-denyhosts/Makefile
rillig b686dd9180 all: migrate several HOMEPAGEs to https
pkglint --only "https instead of http" -r -F

With manual adjustments afterwards since pkglint 19.4.4 fixed a few
indentations in unrelated lines.

This mainly affects projects hosted at SourceForce, as well as
freedesktop.org, CTAN and GNU.
2020-01-18 23:30:43 +00:00

42 lines
1.1 KiB
Makefile

# $NetBSD: Makefile,v 1.21 2020/01/18 23:35:12 rillig Exp $
VER= 2.6
DISTNAME= DenyHosts-${VER}
PKGNAME= ${PYPKGPREFIX}-denyhosts-${VER}
PKGREVISION= 5
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=denyhosts/}
LICENSE= gnu-gpl-v2
MAINTAINER= he@NetBSD.org
HOMEPAGE= https://denyhosts.sourceforge.net/
COMMENT= Watch auth log for invalid ssh login attempts and block hosts
PYDISTUTILSPKG= yes
CONF_FILES+= ${PREFIX}/share/denyhosts/denyhosts.cfg-dist \
${PREFIX}/etc/denyhosts.conf
FILES_SUBST+= PYTHONBIN=${PYTHONBIN:Q}
SUBST_CLASSES+= cf
SUBST_STAGE.cf= post-configure
SUBST_VARS.cf= VARBASE PREFIX VARBASE PKG_SYSCONFDIR PYTHONBIN
SUBST_FILES.cf= setup.py denyhosts.cfg-dist daemon-control-dist
REPLACE_PYTHON= daemon-control-dist plugins/test_deny.py setup.py
REPLACE_PYTHON+= scripts/restricted_from_invalid.py
REPLACE_PYTHON+= scripts/restricted_from_passwd.py
PYTHON_SELF_CONFLICT= yes
PYTHON_VERSIONS_ACCEPTED= 27
RCD_SCRIPTS+= denyhosts
SMF_NAME= denyhost
post-configure:
${RM} ${WRKDIR}/${DISTNAME}/scripts/*.orig
.include "../../lang/python/extension.mk"
.include "../../lang/python/application.mk"
.include "../../mk/bsd.pkg.mk"