1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00
freebsd-ports/devel/pybugz/Makefile
Chris Rees 2281f731df Update to 0.10.1
Incorporate some fixes from upstream

PR:		ports/192346
Submitted by:	swills
Obtained from:	3a3d736f40
2014-08-26 17:20:10 +00:00

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>