aboutsummaryrefslogtreecommitdiff
path: root/graphics/rubygem-geokit/Makefile
blob: b8db07b2f20dd3ae9637ccf69b490ad88c99d054 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Created by: Wen Heping <wenheping@gmail.com>
# $FreeBSD$

PORTNAME=	geokit
PORTVERSION=	1.6.5
CATEGORIES=	graphics rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	A Ruby gem for maps-based apps

RUN_DEPENDS=	rubygem-multi_json>=0:${PORTSDIR}/devel/rubygem-multi_json

USE_RUBY=	yes
USE_RUBYGEMS=	yes
RUBYGEM_AUTOPLIST=	yes

NO_STAGE=	yes
.include <bsd.port.mk>