18 lines
361 B
Makefile
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>
|