freebsd-ports/math/py-gimmik/Makefile
Yuri Victorovich 6d13a0c605 math/py-gimmik: Update 2.1 -> 2.2
Reported by:	portscout
2021-12-19 14:17:40 -08:00

20 lines
404 B
Makefile

PORTNAME= gimmik
DISTVERSION= 2.2
CATEGORIES= math python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Generator of Matrix Multiplication Kernels
LICENSE= BSD3CLAUSE
RUN_DEPENDS= ${PYNUMPY} \
${PYTHON_PKGNAMEPREFIX}mako>0:textproc/py-mako@${PY_FLAVOR}
USES= python:3.3+
USE_PYTHON= distutils autoplist
NO_ARCH= yes
.include <bsd.port.mk>