freebsd-ports/devel/py-simpleeval/Makefile

19 lines
346 B
Makefile

# $FreeBSD$
PORTNAME= simpleeval
PORTVERSION= 0.9.8
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= jrm@FreeBSD.org
COMMENT= Simple, safe single expression evaluator python library
LICENSE= MIT
USES= python
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>