diff options
author | Steven Kreuzer <skreuzer@FreeBSD.org> | 2014-07-21 20:51:34 +0000 |
---|---|---|
committer | Steven Kreuzer <skreuzer@FreeBSD.org> | 2014-07-21 20:51:34 +0000 |
commit | 6292203338b4133724bf472c561d55ef2a9eed2f (patch) | |
tree | 3fd79c1cb01817b038117e3c66ba3bb8024f8d5d /textproc/py-junit-xml | |
parent | A Python module for creating JUnit XML test result documents that can be read (diff) |
Set CATEGORIES to textproc
Notes
Notes:
svn path=/head/; revision=362483
Diffstat (limited to 'textproc/py-junit-xml')
-rw-r--r-- | textproc/py-junit-xml/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/py-junit-xml/Makefile b/textproc/py-junit-xml/Makefile index 5d87b449d0bc..9e2e280fc53b 100644 --- a/textproc/py-junit-xml/Makefile +++ b/textproc/py-junit-xml/Makefile @@ -2,7 +2,7 @@ PORTNAME= junit-xml PORTVERSION= 1.3 -CATEGORIES= devel python +CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |