opnsense-ports/math/py-matplotlib-scalebar/Makefile
Franco Fichtner 0ae31180f3 */*: sync with upstream
Taken from: HardenedBSD
2019-11-14 01:11:42 +01:00

24 lines
518 B
Makefile

# Created by: Rainer Hurling <rhurlin@gwdg.de>
# $FreeBSD$
PORTNAME= matplotlib-scalebar
PORTVERSION= 0.6.1
CATEGORIES= math python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= rhurlin@gwdg.de
COMMENT= Artist for matplotlib to display a scale bar
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}matplotlib>=0:math/py-matplotlib@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist distutils
NO_ARCH= yes
USE_LOCALE= en_US.UTF-8
.include <bsd.port.mk>