summaryrefslogtreecommitdiff
path: root/time/py-monotonic/Makefile
blob: aef2184aa8bdbe39c3bd88043d6443860e57272d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $NetBSD: Makefile,v 1.1 2017/12/06 21:51:59 triaxx Exp $

DISTNAME=	monotonic-1.4
PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
CATEGORIES=	time
MASTER_SITES=	${MASTER_SITE_PYPI:=m/monotonic/}

MAINTAINER=	triaxx@NetBSD.org
HOMEPAGE=	https://github.com/atdt/monotonic/
COMMENT=	Implementation of time.monotonic() for Python
LICENSE=	apache-2.0

.include "../../lang/python/application.mk"
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"