mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-17 08:01:36 +00:00
19 lines
310 B
Makefile
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>
|