ded252c570
0.9.8: Unknown changes
16 lines
446 B
Makefile
16 lines
446 B
Makefile
# $NetBSD: Makefile,v 1.9 2018/11/14 10:26:59 adam Exp $
|
|
|
|
DISTNAME= simpleeval-0.9.8
|
|
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"
|