pkgsrc-wip/py-linearalgebra/Makefile

19 lines
500 B
Makefile

# $NetBSD: Makefile,v 1.1 2015/08/01 22:26:05 jihbed Exp $
DISTNAME= LinearAlgebra-1.3.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_PYPI:=L/LinearAlgebra/}
MAINTAINER= jihbed.research@gmail.com
HOMEPAGE= https://pypi.python.org/pypi/LinearAlgebra/
COMMENT= Tools for working with matrices and vectors
#LICENSE= # TODO: (see mk/license.mk)
USE_LANGUAGES= # none
PYDISTUTILSPKG= yes
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"