diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2003-02-21 11:23:04 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2003-02-21 11:23:04 +0000 |
commit | 65dac0040a45fe190370c7770111d2eba8121645 (patch) | |
tree | d5bd02634a590bd04d5234209c46630f2a1224b2 /devel/py-unit | |
parent | De-pkg-comment. (diff) |
De-pkg-comment.
Notes
Notes:
svn path=/head/; revision=76032
Diffstat (limited to 'devel/py-unit')
-rw-r--r-- | devel/py-unit/Makefile | 1 | ||||
-rw-r--r-- | devel/py-unit/pkg-comment | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/devel/py-unit/Makefile b/devel/py-unit/Makefile index aa57f291f33c..719a6a1fa2bf 100644 --- a/devel/py-unit/Makefile +++ b/devel/py-unit/Makefile @@ -14,6 +14,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= pyunit-${PORTVERSION} MAINTAINER= shell@shellhung.org +COMMENT= Unit testing framework for Python RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter diff --git a/devel/py-unit/pkg-comment b/devel/py-unit/pkg-comment deleted file mode 100644 index 1e88c2de2ab2..000000000000 --- a/devel/py-unit/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Unit testing framework for Python |