aboutsummaryrefslogtreecommitdiffstats
path: root/devel/rubygem-map/Makefile
blob: 3081a9d29b98099df057669720c80e711e23636d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
PORTNAME=	map
PORTVERSION=	6.6.0
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Maps are ordered hashes with many features
WWW=		https://github.com/ahoward/map

LICENSE=	BSD2CLAUSE RUBY
LICENSE_COMB=	dual

NO_ARCH=	yes
USES=		gem

.include <bsd.port.mk>