mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
22 lines
334 B
Makefile
22 lines
334 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<1:devel/rubygem-excon \
|
|
rubygem-multi_json>=1.8<2:devel/rubygem-multi_json
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|