freebsd-ports/devel/py-simpleparse/Makefile
Ruslan Makhmatkhanov d5e5cb857d devel/py-simpleparse: turn mxBase dependency into option (default off)
- 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
2014-12-18 14:54:12 +00:00

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>