diff options
Diffstat (limited to 'textproc/py-dsv')
-rw-r--r-- | textproc/py-dsv/Makefile | 1 | ||||
-rw-r--r-- | textproc/py-dsv/pkg-comment | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/textproc/py-dsv/Makefile b/textproc/py-dsv/Makefile index c33678cf546f..b0b694c52ce3 100644 --- a/textproc/py-dsv/Makefile +++ b/textproc/py-dsv/Makefile @@ -14,6 +14,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= ${PORTNAME:U}-${PORTVERSION} MAINTAINER= wjv@FreeBSD.org +COMMENT= A Python module to parse or write delimeter-separated (e.g. CSV) files .if defined(WITH_GUI) RUN_DEPENDS= ${PYTHON_SITELIBDIR}/wxPython/__init__.py:${PORTSDIR}/x11-toolkits/py-wxPython diff --git a/textproc/py-dsv/pkg-comment b/textproc/py-dsv/pkg-comment deleted file mode 100644 index 548b97073e58..000000000000 --- a/textproc/py-dsv/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A Python module to parse or write delimeter-separated (e.g. CSV) files |