1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-30 05:40:06 +00:00
freebsd-ports/misc/rubygem-haversine_distance/Makefile
Sunpoet Po-Chuan Hsieh 9e071ba390 Add rubygem-haversine_distance 1.1.1
Haversine is a formula to calculate the great-circle distance between two
geo-locations.

WWW: https://github.com/jirapong/haversine_distance
2018-05-30 19:47:36 +00:00

19 lines
310 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= haversine_distance
PORTVERSION= 1.1.1
CATEGORIES= misc rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Calculate the great-circle distance
LICENSE= MIT
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>