8d6597e0bb
With hat: portmgr Sponsored by: Absolight
32 lines
623 B
Makefile
32 lines
623 B
Makefile
# Created by: Philip M. Gollucci <pgollucci@p6m7g8.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= freebsd-bugzilla-cli
|
|
PORTVERSION= 0.14.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= ports-mgmt
|
|
|
|
MAINTAINER= pgollucci@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>
|