f1815e9ec8
Changes: https://github.com/heroku/heroku.rb/blob/master/changelog.txt https://github.com/heroku/heroku.rb/commits/master
20 lines
329 B
Makefile
20 lines
329 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= heroku-api
|
|
PORTVERSION= 0.4.3
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Heroku API
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= rubygem-excon>=0.45:devel/rubygem-excon \
|
|
rubygem-multi_json>=1.8:devel/rubygem-multi_json
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|