mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
60b01195b0
Heroku is a cloud platform as a service (PaaS) supporting several programming languages. (Wikipedia) Reviewed by: swills Approved by: swills
18 lines
242 B
Makefile
18 lines
242 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= heroku-api
|
|
PORTVERSION= 0.3.18
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= rpaulo@FreeBSD.org
|
|
COMMENT= Heroku API
|
|
|
|
LICENSE= MIT
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|