freebsd-ports/www/rubygem-browser/Makefile
Torsten Zuehlsdorff 8c613e6e66 www/rubygem-browser: upgrade from 2.0.3 to 2.2.0
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)
2016-07-29 13:06:35 +00:00

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>