Files
ports/misc/rubygem-haversine_distance/Makefile
T
Sunpoet Po-Chuan Hsieh 036c75cd44 Cosmetic change
2019-10-20 17:16:58 +00:00

20 lines
311 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
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>