# $OpenBSD$

COMMENT =		Commanline client for Bugzilla bug tracking systems

# Thanks to github.com for the obfuscated download name. When updating,
# the new name can be found from http://github.com/ColdWind/pybugz/downloads
# -- look for the commit ID.

DISTNAME =		ColdWind-pybugz-92d1f05
V =			0.8.0
PKGNAME =		pybugz-${V}
CATEGORIES =		devel

HOMEPAGE =		http://www.liquidx.net/pybugz/

MAINTAINER =		Damien Miller <djm@openbsd.org>

# GPLv2
PERMIT_PACKAGE_CDROM =	Yes
PERMIT_PACKAGE_FTP =	Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP =	Yes

MASTER_SITES =		http://github.com/ColdWind/pybugz/tarball/${V}/

MODULES =		lang/python

NO_REGRESS =		Yes

post-install:
	${INSTALL_DATA_DIR} ${PREFIX}/share/doc/py-bugz
	${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/py-bugz

.include <bsd.port.mk>
