mirror of
https://git.freebsd.org/ports.git
synced 2025-05-20 02:53:10 -04:00
20 lines
396 B
Makefile
20 lines
396 B
Makefile
PORTNAME= simpleeval
|
|
PORTVERSION= 0.9.12
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Simple, safe single expression evaluator python library
|
|
|
|
LICENSE= MIT
|
|
|
|
USES= python:3.6+
|
|
USE_PYTHON= autoplist concurrent distutils
|
|
|
|
NO_ARCH= yes
|
|
|
|
post-patch:
|
|
@${CP} ${FILESDIR}/setup.py ${WRKSRC}/
|
|
|
|
.include <bsd.port.mk>
|