mirror of
https://git.freebsd.org/ports.git
synced 2025-05-16 17:21:49 -04:00
19 lines
296 B
Makefile
19 lines
296 B
Makefile
PORTNAME= browser
|
|
PORTVERSION= 5.3.1
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
PKGNAMESUFFIX= 5
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Web browser detection for Ruby
|
|
WWW= https://github.com/fnando/browser
|
|
|
|
LICENSE= MIT
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
PORTSCOUT= limit:^5\.
|
|
|
|
.include <bsd.port.mk>
|