v2.2.0 - Browser::Platform#windows? can now compare versions. - Browser::Platform#mac? can now compare versions. - Detect QQ Browser. - Fix issue with Mac user agents that didn't include the version. v2.1.0 - Add PrivacyAwareBot, ltx71, Squider and Traackr to bots. - Match Google Structured Data alternative bot. - Match MicroMessenger (WeChat). - Match Weibo. - Detect Windows & Mac OS versions. Approved by: pi (mentor)
17 lines
239 B
Makefile
17 lines
239 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= browser
|
|
PORTVERSION= 2.2.0
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Web browser detection for Ruby
|
|
|
|
LICENSE= MIT
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|