21 lines
615 B
Makefile
21 lines
615 B
Makefile
# $NetBSD: Makefile,v 1.3 2014/05/09 07:38:49 thomasklausner Exp $
|
|
|
|
DISTNAME= seeds-1.0.13
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= math python
|
|
MASTER_SITES= https://github.com/downloads/briandconnelly/seeds/
|
|
|
|
MAINTAINER= jihbed.research@gmail.com
|
|
HOMEPAGE= https://github.com/briandconnelly/seeds
|
|
COMMENT= Stochastic Ecological and Evolutionary Dynamics System
|
|
LICENSE= apache-2.0
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-networkx>=1.7:../../math/py-networkx
|
|
|
|
USE_LANGUAGES= c
|
|
|
|
PYDISTUTILSPKG= yes
|
|
PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-networkx
|
|
|
|
.include "../../lang/python/extension.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|