freebsd-ports/ports-mgmt/freebsd-bugzilla-cli/Makefile
Philip M. Gollucci ebb0f1a6b3 ports-mgmt/freebsd-bugzilla-cli: update 0.10.8->0.12.0
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]
2015-08-14 16:58:12 +00:00

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>