1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/www/rubygem-heroku-api/Makefile
Rui Paulo 60b01195b0 Add the Heroku ports.
Heroku is a cloud platform as a service (PaaS) supporting several programming
languages. (Wikipedia)

Reviewed by:	swills
Approved by:	swills
2014-05-10 00:42:11 +00:00

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>