opnsense-ports/math/py-PyMetis/Makefile
Franco Fichtner ffeeaf2e02 */*: sync with upstream
Taken from: HardenedBSD
2020-02-24 10:03:04 +01:00

24 lines
583 B
Makefile

# $FreeBSD$
PORTNAME= PyMetis
DISTVERSION= 2016.2
CATEGORIES= math python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Python wrapper for the Metis graph partititioning software
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
DEPRECATED= Uses deprecated version of python
EXPIRATION_DATE= 2020-08-15
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
USES= localbase python:-3.6
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>