freebsd-ports/devel/rubygem-ruby-bugzilla/Makefile
Sunpoet Po-Chuan Hsieh 5e84a47afa - Update to 0.6.1
- Add LICENSE
- Update WWW

Changes:	https://bitbucket.org/tagoh/ruby-bugzilla/commits/branch/master
2015-05-10 20:18:11 +00:00

24 lines
549 B
Makefile

# Created by: Ryan Steinmetz <zi@FreeBSD.org>
# $FreeBSD$
PORTNAME= ruby-bugzilla
PORTVERSION= 0.6.1
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 \
rubygem-rmagick>=0:${PORTSDIR}/graphics/rubygem-rmagick
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/bzconsole
.include <bsd.port.mk>