aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/py-bugzillatools
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2015-03-28 23:25:36 +0800
committersunpoet <sunpoet@FreeBSD.org>2015-03-28 23:25:36 +0800
commitc0de819796679b576952830cf1ce400468962942 (patch)
tree0c52d37da3da44450486a8d831cc84bf078642f6 /textproc/py-bugzillatools
parent5b8e3ad31b1fea12727ee1d001b62b97eb430612 (diff)
downloadfreebsd-ports-gnome-c0de819796679b576952830cf1ce400468962942.tar.gz
freebsd-ports-gnome-c0de819796679b576952830cf1ce400468962942.tar.zst
freebsd-ports-gnome-c0de819796679b576952830cf1ce400468962942.zip
- Add LICENSE
- Fix USES=python PR: 196457 Submitted by: sunpoet (myself) Approved by: maintainer (timeout, 12 weeks)
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>