aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt/freebsd-bugzilla-cli/Makefile
blob: 0e54a75c12837497237bacd70d19e7fb45f5c262 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Created by: Philip M. Gollucci <pgollucci@p6m7g8.com>

PORTNAME=	freebsd-bugzilla-cli
PORTVERSION=	0.15.1
CATEGORIES=	ports-mgmt

MAINTAINER=	olgeni@FreeBSD.org
COMMENT=	Interact with the FreeBSD bugzilla instance

LICENSE=	APACHE20

RUN_DEPENDS=	ca_root_nss>=0:security/ca_root_nss

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:devel/pybugz

DATADIR=	${PREFIX}/share/bz

USE_GITHUB=	yes
GH_ACCOUNT=	pgollucci

NO_ARCH=	yes
NO_BUILD=	yes

.include <bsd.port.mk>