b686dd9180
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.
22 lines
576 B
Makefile
22 lines
576 B
Makefile
# $NetBSD: Makefile,v 1.24 2020/01/18 23:33:20 rillig Exp $
|
|
|
|
DISTNAME= kenosis-0.96
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
PKGREVISION= 1
|
|
CATEGORIES= net
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=kenosis/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://kenosis.sourceforge.net/
|
|
COMMENT= P2P RPC system
|
|
LICENSE= mit
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
|
|
|
|
USE_LANGUAGES= # empty
|
|
|
|
PYSETUP= kenosis_setup.py
|
|
PYTHON_VERSIONS_ACCEPTED= 27 # not yet ported as of 0.96
|
|
|
|
.include "../../lang/python/distutils.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|