1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-25 09:34:11 +00:00
freebsd-ports/math/py-deap/Makefile
Yuri Victorovich a7b4527a5a math/py-deap: Update 1.3.0 -> 1.3.1
Reported by:	portscout
2020-01-22 05:07:33 +00:00

22 lines
421 B
Makefile

# $FreeBSD$
PORTNAME= deap
DISTVERSION= 1.3.1
CATEGORIES= math biology science devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Distributed Evolutionary Algorithms in Python
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
BUILD_DEPENDS= ${PYNUMPY}
RUN_DEPENDS= ${PYNUMPY}
USES= python:3.5+
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>