freebsd-ports/devel/rubygem-device_detector/Makefile
Sunpoet Po-Chuan Hsieh 6b920f8c5b Add rubygem-device_detector 1.0.1
DeviceDetector is a precise and fast user agent parser and device detector,
backed by the largest and most up-to-date user agent database.

DeviceDetector will parse any user agent and detect the browser, operating
system, device used (desktop, tablet, mobile, tv, cars, console, etc.), brand
and model.

DeviceDetector detects thousands of user agent strings, even from rare and
obscure browsers and devices.

DeviceDetector is optimized for speed of detection, by providing optimized code
and in-memory caching.

WWW: https://github.com/podigee/device_detector
2018-05-23 23:22:29 +00:00

19 lines
348 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= device_detector
PORTVERSION= 1.0.1
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= User agent parser and device detector
LICENSE= LGPL3
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>