7b3e9c6a88
0.9.10: Unknown changes
16 lines
448 B
Makefile
16 lines
448 B
Makefile
# $NetBSD: Makefile,v 1.10 2020/01/03 12:17:37 adam Exp $
|
|
|
|
DISTNAME= simpleeval-0.9.10
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= math python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=s/simpleeval/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/danthedeckie/simpleeval
|
|
COMMENT= Simple, safe single expression evaluator library
|
|
LICENSE= mit
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|