d5e5cb857d
- turn mxBase dependency into option (default off). It's only needed because of mx.DateTime and is not obligatory - f.e. pip didn't install it as dependency - actualize comment and description - bump PORTREVISION because of dependency change
22 lines
544 B
Makefile
22 lines
544 B
Makefile
# Created by: ijliao
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= simpleparse
|
|
PORTVERSION= 2.1.1
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= SimpleParse-${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Python EBNF parser generator (with mx.TextTools derivative)
|
|
|
|
OPTIONS_DEFINE= MXBASE
|
|
# This one is only needed because of mx.DateTime
|
|
MXBASE_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mx-base>0:${PORTSDIR}/lang/py-mx-base
|
|
|
|
USES= python:2
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
.include <bsd.port.mk>
|