diff options
Diffstat (limited to 'textproc/py-csv/Makefile')
-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> |