aboutsummaryrefslogtreecommitdiffstats
path: root/devel/rubygem-countries/Makefile
blob: 4f63f2fa10ae8f90ea77dc8c65fede5777e9bfd0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
PORTNAME=	countries
PORTVERSION=	4.1.3
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	mfechner@FreeBSD.org
COMMENT=	All sorts of useful information about every country
WWW=		https://github.com/hexorx/countries

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

RUN_DEPENDS=	rubygem-i18n_data>=0.15.0<0.16.0:devel/rubygem-i18n_data \
		rubygem-sixarm_ruby_unaccent>=1.1<2:textproc/rubygem-sixarm_ruby_unaccent

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>