e3d3a08cf6
UserAgent is a Ruby library that parses and compares HTTP User Agents. WWW: https://github.com/gshutler/useragent PR: 217344 Submitted by: Sir l33tname <sirl33tname@gmail.com>
19 lines
324 B
Makefile
19 lines
324 B
Makefile
# Created by: Sir l33tname <sirl33tname@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= useragent
|
|
PORTVERSION= 0.16.8
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sirl33tname@gmail.com
|
|
COMMENT= HTTP User Agent parser
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|