freebsd-ports/ports-mgmt/freebsd-bugzilla-cli/Makefile
Mathieu Arnold 8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00

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>