mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
21 lines
382 B
Makefile
21 lines
382 B
Makefile
# Created by: Wen Heping <wenheping@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= geokit
|
|
PORTVERSION= 1.7.1
|
|
CATEGORIES= graphics rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Ruby gem for maps-based apps
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= rubygem-multi_json>=1.3.2:${PORTSDIR}/devel/rubygem-multi_json
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|