mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
2281f731df
Incorporate some fixes from upstream
PR: ports/192346
Submitted by: swills
Obtained from: 3a3d736f40
21 lines
342 B
Makefile
21 lines
342 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= pybugz
|
|
PORTVERSION= 0.10.1
|
|
CATEGORIES= devel
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= crees@FreeBSD.org
|
|
COMMENT= Command line tools for interacting with Bugzilla
|
|
|
|
LICENSE= GPLv2
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= williamh
|
|
GH_COMMIT= 74a57cb
|
|
|
|
USES= python:2
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
.include <bsd.port.mk>
|