freebsd-ports/devel/py-simpleeval/Makefile
Steve Wills 5fa9eced24 devel/py-simpleeval: create port
simpleeval is a single-file library for easily adding evaluatable expressions
into python projects. It can allow a user to, for example, set an alarm volume,
which could depend on the time of day, alarm level, how many previous alarms had
gone off, and if there is music playing at the time.

WWW: https://github.com/danthedeckie/simpleeval

PR:		208688
Submitted by:	Joseph Mingrone <jrm@ftfl.ca>
2016-04-23 17:45:30 +00:00

18 lines
361 B
Makefile

# Created by: Joseph Mignrone <jrm@ftfl.ca>
# $FreeBSD$
PORTNAME= simpleeval
PORTVERSION= 0.8.7
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= jrm@ftfl.ca
COMMENT= Simple, safe single expression evaluator python library
LICENSE= MIT
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>