blob: a20b1ffa6fa3d85dae94d130cc0c72c19ffcaea6 (
plain) (
tree)
|
|
# Created by: William Grzybowski <wg@FreeBSD.org>
# $FreeBSD$
PORTNAME= jaraco.timing
PORTVERSION= 1.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= wg@FreeBSD.org
COMMENT= Routines pertinent to the fourth dimension
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hgtools>0:${PORTSDIR}/devel/py-hgtools \
${PYTHON_PKGNAMEPREFIX}pytest-runner>0:${PORTSDIR}/devel/py-pytest-runner
USES= python zip
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>
|