freebsd-ports/www/rubygem-browser/Makefile
Michael Moll 37cf73fc30 new port: www/rubygem-browser
Web browser detection for Ruby, includes ActionController integration.

WWW: https://github.com/fnando/browser

PR:		199783
Differential Revision:	https://reviews.freebsd.org/D2482
Submitted by:	Torsten Zuehlsdorff <ports@toco-domains.de>
Approved by:	mat (mentor)
2015-05-08 13:51:17 +00:00

17 lines
256 B
Makefile

# $FreeBSD$
PORTNAME= browser
PORTVERSION= 0.8.0
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Web browser detection for Ruby
LICENSE= MIT
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>