diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2003-12-08 01:14:30 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2003-12-08 01:14:30 +0000 |
commit | ffde3543219d5dec70c127c4362ddf74fb6e0626 (patch) | |
tree | bf77633d590c131795c7b558ccda70390ac2d142 /textproc/py-csv | |
parent | c26f9780f10ddca5f6726884bf6e2ec9d615f79d (diff) |
Mark as IGNORE for current Python release, since a similar (but
not plug-compatible) function is available in the base system.
PR: ports/56400
Submitted by: gnb@itga.com.au
Committed on behalf of wjv@, who is letting real life take precedence
over FreeBSD right now.
Notes
Notes:
svn path=/head/; revision=95307
Diffstat (limited to 'textproc/py-csv')
-rw-r--r-- | textproc/py-csv/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/textproc/py-csv/Makefile b/textproc/py-csv/Makefile index 5be6bf0c856a..a1d0be8aef03 100644 --- a/textproc/py-csv/Makefile +++ b/textproc/py-csv/Makefile @@ -17,4 +17,10 @@ COMMENT= A Python module to parse or write comma-separated value (CSV) files USE_PYTHON= yes USE_PYDISTUTILS= yes -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PYTHON_REL} >= 230 +IGNORE= As of Python 2.3, a similar (but not identical) module is included in the base system +.endif + +.include <bsd.port.post.mk> |