freebsd-ports/devel/rubygem-ruby-bugzilla/Makefile
Ryan Steinmetz 275e11a570 - Update to 0.6.4
With hat:	ruby
2015-09-28 19:27:01 +00:00

24 lines
502 B
Makefile

# Created by: Ryan Steinmetz <zi@FreeBSD.org>
# $FreeBSD$
PORTNAME= ruby-bugzilla
PORTVERSION= 0.6.4
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>