b53ddf0494
Changelog: * Add missing import of "time" module at several locations.
25 lines
526 B
Makefile
25 lines
526 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= ruffus
|
|
DISTVERSION= 2.8.3
|
|
CATEGORIES= science python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= kai@FreeBSD.org
|
|
COMMENT= Lightweight library for computational pipelines
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.TXT
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR}
|
|
|
|
USES= python shebangfix
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
SHEBANG_FILES= ${WRKSRC}/ruffus/test/*.py
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|