6e3ffb97e4
py-isc_dhcp_leases is a small Python module for reading ISC dhcpd lease files. Addresses PR pkg/53667.
19 lines
608 B
Makefile
19 lines
608 B
Makefile
# $NetBSD: Makefile,v 1.1 2019/01/06 01:48:50 gutteridge Exp $
|
|
|
|
DISTNAME= isc_dhcp_leases-0.9.1
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= textproc python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=i/isc_dhcp_leases/}
|
|
|
|
MAINTAINER= gutteridge@NetBSD.org
|
|
HOMEPAGE= https://github.com/MartijnBraam/python-isc-dhcp-leases
|
|
COMMENT= Python module for parsing ISC dhcpd lease files
|
|
LICENSE= mit
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
|
|
TEST_DEPENDS+= ${PYPKGPREFIX}-freezegun-[0-9]*:../../devel/py-freezegun
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/distutils.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|