WWW: https://github.com/jwaterfaucett/rodzilla PR: 196812 Submitted by: Jin-Sih, Lin <linpct@gmail.com>
20 lines
362 B
Makefile
20 lines
362 B
Makefile
# Created by: Jin-Sih, Lin <linpct@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= rodzilla
|
|
PORTVERSION= 0.3.6
|
|
CATEGORIES= devel ruby
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= linpct@gmail.com
|
|
COMMENT= Bugzilla API Client
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= rubygem-httparty>=0.12.0:${PORTSDIR}/www/rubygem-httparty
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|