1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00
freebsd-ports/science/py-moltemplate/Makefile
Yuri Victorovich 535196fcf2 science/py-moltemplate: Update 2.19.11 -> 2.19.12
Reported by:	portscout
2021-08-05 15:16:23 -07:00

24 lines
624 B
Makefile

PORTNAME= moltemplate
DISTVERSION= 2.19.12
CATEGORIES= science python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Tool to prepare simulations of molecules, complex molecular assemblies
LICENSE= MIT
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-runner>0:devel/py-pytest-runner@${PY_FLAVOR}
RUN_DEPENDS= ${PYNUMPY} \
bash:shells/bash
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR}
USES= python:3.6+ shebangfix
SHEBANG_FILES= moltemplate/scripts/molc.sh
USE_PYTHON= distutils concurrent autoplist
NO_ARCH= yes
.include <bsd.port.mk>