aboutsummaryrefslogtreecommitdiff
path: root/textproc/py-bugzillatools
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-03-28 15:25:36 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-03-28 15:25:36 +0000
commitc3118d251ab1f5262cb2244d0ed8dde02344f01a (patch)
tree0c52d37da3da44450486a8d831cc84bf078642f6 /textproc/py-bugzillatools
parent99863dc637ed7335ae68f1808f37809d6dba769d (diff)
downloadports-c3118d251ab1f5262cb2244d0ed8dde02344f01a.tar.gz
ports-c3118d251ab1f5262cb2244d0ed8dde02344f01a.zip
Notes
Diffstat (limited to 'textproc/py-bugzillatools')
-rw-r--r--textproc/py-bugzillatools/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/py-bugzillatools/Makefile b/textproc/py-bugzillatools/Makefile
index 9d01d8a72a61..49c6987fe72a 100644
--- a/textproc/py-bugzillatools/Makefile
+++ b/textproc/py-bugzillatools/Makefile
@@ -10,7 +10,9 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= swills@FreeBSD.org
COMMENT= Tool for interacting with the Bugzilla bug tracking system
-USES= python
+LICENSE= GPL3
+
+USES= python:2
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>