1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/science/py-quantities/Makefile
Yuri Victorovich 1a56fc52c7 science/py-quantities: Update 0.12.1 -> 0.12.2
Reported by:	portscout
2018-07-04 19:21:46 +00:00

21 lines
373 B
Makefile

# $FreeBSD$
PORTNAME= quantities
DISTVERSION= 0.12.2
CATEGORIES= science python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Support for physical quantities with units, based on numpy
LICENSE= BSD3CLAUSE
RUN_DEPENDS= ${PYNUMPY}
USES= python
USE_PYTHON= distutils autoplist
NO_ARCH= yes
.include <bsd.port.mk>