1PORTNAME= countries 2PORTVERSION= 4.1.3 3CATEGORIES= devel rubygems 4MASTER_SITES= RG 5 6MAINTAINER= ports@MidnightBSD.org 7COMMENT= All sorts of useful information about every country 8WWW= https://github.com/hexorx/countries 9 10LICENSE= mit 11LICENSE_FILE= ${WRKSRC}/LICENSE 12 13RUN_DEPENDS= rubygem-i18n_data>=0.15.0<0.16.0:devel/rubygem-i18n_data \ 14 rubygem-sixarm_ruby_unaccent>=1.1<2:textproc/rubygem-sixarm_ruby_unaccent 15 16USES= gem 17 18NO_ARCH= yes 19 20.include <bsd.port.mk> 21