d1a4ad4edb
1.5: Bug fixes
16 lines
431 B
Makefile
16 lines
431 B
Makefile
# $NetBSD: Makefile,v 1.2 2018/10/07 08:39:56 adam Exp $
|
|
|
|
DISTNAME= monotonic-1.5
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= time python
|
|
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
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|