blob: 0823a4b4b25c7fa3b9a44673c3a92b42c56bfc16 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# ex:ts=8
# Ports collection makefile for: py-simpleparse
# Date created: Jan 6, 2004
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= simpleparse
PORTVERSION= 2.1.0.a1
PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/2.1.0a1
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= SimpleParse-${PORTVERSION:R}${PORTVERSION:E}
MAINTAINER= ports@FreeBSD.org
COMMENT= Python EBNF parser generator for use with mx.TextTools
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/mx/TextTools/TextTools.py:${PORTSDIR}/lang/py-mx-base
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_PKGNAME= SimpleParse
PYDISTUTILS_PKGVERSION= 2.1.0a1
.include <bsd.port.mk>
|