Sunpoet Po-Chuan Hsieh 91e3adb69b Add rubygem-maxmind-db 1.0.0
This is the Ruby API for reading MaxMind DB files. MaxMind DB is a binary file
format that stores data indexed by IP address subnets (IPv4 or IPv6).

WWW: https://github.com/maxmind/MaxMind-DB-Reader-ruby
2019-01-22 23:59:57 +00:00

23 lines
409 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= maxmind-db
PORTVERSION= 1.0.0
CATEGORIES= net rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= MaxMind DB Reader Ruby API
LICENSE= APACHE20 MIT
LICENSE_COMB= dual
LICENSE_FILE_APACHE20= ${WRKSRC}/LICENSE-APACHE
LICENSE_FILE_MIT= ${WRKSRC}/LICENSE-MIT
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>