c03a5d5678
This brings the following additional ports * devel/rubygem-launch22 * misc/rubygem-mime-types117 * textproc/rubygem-nokogiri14 * www/rubygem-heroku-nav * www/rubygem-mechanize26 * www/rubygem-net-http-digest_auth11 * www/rubygem-net-http-persistent25 With the exception of heroku-nav, all the other ports are just older versions of already existing ports. Reviewed by: swills
19 lines
319 B
Makefile
19 lines
319 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= heroku-nav
|
|
PORTVERSION= 0.2.2
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= rpaulo@FreeBSD.org
|
|
COMMENT= Heroku Rack middleware
|
|
|
|
LICENSE= MIT
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
RUN_DEPENDS+= rubygem-sinatra>=0:${PORTSDIR}/www/rubygem-sinatra
|
|
|
|
.include <bsd.port.mk>
|