freebsd-ports/math/py-sym/Makefile
Yuri Victorovich 15f5e139b2 math/py-sym: Update 0.3.3 -> 0.3.4
Reported by:	portscout
2018-08-17 08:07:32 +00:00

21 lines
397 B
Makefile

# $FreeBSD$
PORTNAME= sym
DISTVERSION= 0.3.4
CATEGORIES= math python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Unified wrapper for symbolic manipulation libraries in Python
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYNUMPY}
USES= python
USE_PYTHON= distutils autoplist
NO_ARCH= yes
.include <bsd.port.mk>