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

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Provides a registry of file types
WWW=		https://github.com/cjheath/polyglot

LICENSE=	MIT

NO_ARCH=	yes

USES=		gem

.include <bsd.port.mk>