# Created by: Martin Wilke <miwi@FreeBSD.org>
# $FreeBSD: head/devel/py-tempora/Makefile 412346 2016-04-01 14:00:51Z mat $

PORTNAME=	tempora
PORTVERSION=	1.4
CATEGORIES=	devel python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	miwi@FreeBSD.org
COMMENT=	Objects and routines pertaining to date and time

LICENSE=	MIT

BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm

USES=		python
USE_PYTHON=	distutils autoplist
NO_ARCH=	yes

.include <bsd.port.mk>