freebsd-ports/devel/py-simpleparse/Makefile
Ruslan Makhmatkhanov bfb6abbec2 - fix runtime with python 2.7 by updating port to latest version
- trim Makefile header
- switch to CHEESESHOP as distribution mirror
- mark python 2.x only

PR:		174578
Reported by:	Mike Harding <mvharding@gmail.com>
2012-12-19 19:59:06 +00:00

20 lines
466 B
Makefile

# Created by: ijliao
# $FreeBSD$
PORTNAME= simpleparse
PORTVERSION= 2.1.1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= SimpleParse-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Python EBNF parser generator for use with mx.TextTools
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mx-base>0:${PORTSDIR}/lang/py-mx-base
USE_PYTHON= -2.7
USE_PYDISTUTILS=yes
PYDISTUTILS_PKGNAME= SimpleParse
.include <bsd.port.mk>