diff options
author | linimon <linimon@FreeBSD.org> | 2003-12-08 09:14:30 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2003-12-08 09:14:30 +0800 |
commit | 7086de1a3f18efeffc8705f47a0609f3463f412e (patch) | |
tree | 18f0b140046ec384f9c9ce6e5cc34ede88d77e22 /textproc | |
parent | 526d3e8746ed7d0e16a05a4cf7fdb6adf5fd3363 (diff) | |
download | freebsd-ports-graphics-7086de1a3f18efeffc8705f47a0609f3463f412e.tar.gz freebsd-ports-graphics-7086de1a3f18efeffc8705f47a0609f3463f412e.tar.zst freebsd-ports-graphics-7086de1a3f18efeffc8705f47a0609f3463f412e.zip |
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.
Diffstat (limited to 'textproc')
-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 5be6bf0c856..a1d0be8aef0 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> |