# Created by: Alfred Perlstein <alfred@FreeBSD.org>
# $FreeBSD: head/devel/py-monotonic/Makefile 457298 2017-12-26 18:20:54Z antoine $

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>
