aboutsummaryrefslogtreecommitdiff
path: root/graphics/rubygem-geokit/Makefile
blob: 2985427c6dd2c39f60c83a8306f625e8a1bc8ef7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
PORTNAME=	geokit
PORTVERSION=	1.13.1
CATEGORIES=	graphics rubygems
MASTER_SITES=	RG

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

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/MIT-LICENSE

NO_ARCH=	yes
USE_RUBY=	yes
USES=		gem

.include <bsd.port.mk>