aboutsummaryrefslogtreecommitdiff
path: root/textproc/py-csv
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2003-12-08 01:14:30 +0000
committerMark Linimon <linimon@FreeBSD.org>2003-12-08 01:14:30 +0000
commitffde3543219d5dec70c127c4362ddf74fb6e0626 (patch)
treebf77633d590c131795c7b558ccda70390ac2d142 /textproc/py-csv
parentc26f9780f10ddca5f6726884bf6e2ec9d615f79d (diff)
downloadports-ffde3543219d5dec70c127c4362ddf74fb6e0626.tar.gz
ports-ffde3543219d5dec70c127c4362ddf74fb6e0626.zip
Notes
Diffstat (limited to 'textproc/py-csv')
-rw-r--r--textproc/py-csv/Makefile8
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>