18 lines
453 B
Makefile
18 lines
453 B
Makefile
# $NetBSD: Makefile,v 1.2 2016/06/08 17:43:35 wiz Exp $
|
|
|
|
DISTNAME= infinity-1.3
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= devel math python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=i/infinity/}
|
|
|
|
MAINTAINER= rodent@NetBSD.org
|
|
HOMEPAGE= https://github.com/kvesteri/infinity
|
|
COMMENT= All-in-one infinity value for Python
|
|
LICENSE= modified-bsd
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "options.mk"
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|