ports/devel/py-monotonic/Makefile
Antoine Brodin 7e794fcb02 On Python 3.3 or newer, monotonic is an alias of time.monotonic
Pointy hat:	alfred (poudriere bulk -a broken)
2017-12-26 18:20:54 +00:00

19 lines
398 B
Makefile

# Created by: Alfred Perlstein <alfred@FreeBSD.org>
# $FreeBSD$
PORTNAME= monotonic
PORTVERSION= 1.4
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= alfred@FreeBSD.org
COMMENT= Python 3 monotonic time module for Python 2
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>