ebb0f1a6b3
Changes: -------- impliment bz show impliment bz attach [1] fix bz comment to do nothing when no changes are made in editor [2] do a better job of not orphaning temp files Reported by: jmg@ [1] [2]
29 lines
569 B
Makefile
29 lines
569 B
Makefile
# Created by: Philip M. Gollucci <pgollucci@p6m7g8.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= freebsd-bugzilla-cli
|
|
PORTVERSION= 0.12.0
|
|
CATEGORIES= ports-mgmt
|
|
|
|
MAINTAINER= pgollucci@FreeBSD.org
|
|
COMMENT= Interact with the FreeBSD bugzilla instance
|
|
|
|
LICENSE= APACHE20
|
|
|
|
OPTIONS_GROUP= BACKEND
|
|
OPTIONS_GROUP_BACKEND= PYBUGZ
|
|
OPTIONS_DEFAULT= PYBUGZ
|
|
OPTIONS_SUB= yes
|
|
|
|
PYBUGZ_DESC= use devel/pybugz for bugzilla interface
|
|
PYBUGZ_RUN_DEPENDS= bugz:${PORTSDIR}/devel/pybugz
|
|
|
|
DATADIR= ${PREFIX}/share/bz
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= pgollucci
|
|
|
|
NO_ARCH= yes
|
|
NO_BUILD= yes
|
|
|
|
.include <bsd.port.mk>
|