forked from Lainports/freebsd-ports
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)
17 lines
256 B
Makefile
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>
|