freebsd-ports/devel/rubygem-ruby-bugzilla/Makefile
2015-06-13 20:01:54 +00:00

24 lines
502 B
Makefile

# Created by: Ryan Steinmetz <zi@FreeBSD.org>
# $FreeBSD$
PORTNAME= ruby-bugzilla
PORTVERSION= 0.6.2
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Access to Bugzilla through WebService APIs in Ruby
LICENSE= LGPL3
RUN_DEPENDS= rubygem-gruff>=0:${PORTSDIR}/graphics/rubygem-gruff \
rubygem-highline>=0:${PORTSDIR}/devel/rubygem-highline
NO_ARCH= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/bzconsole
.include <bsd.port.mk>