Tweak devel/racer version 2.1.31
[dports.git] / devel / rubygem-countries / Makefile
1 # Created by: Matthias Fechner <mfechner@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       countries
5 PORTVERSION=    3.0.0
6 CATEGORIES=     devel rubygems
7 MASTER_SITES=   RG
8
9 MAINTAINER=     mfechner@FreeBSD.org
10 COMMENT=        All sorts of useful information about every country
11
12 LICENSE=        MIT
13 LICENSE_FILE=   ${WRKSRC}/LICENSE
14
15 RUN_DEPENDS=    rubygem-i18n_data>=0.8.0<0.9.0:devel/rubygem-i18n_data \
16                 rubygem-sixarm_ruby_unaccent>=1.1.0<2.0.0:textproc/rubygem-sixarm_ruby_unaccent \
17                 rubygem-unicode_utils>=1.4<2.0:devel/rubygem-unicode_utils
18
19 USES=           gem
20 USE_RUBY=       yes
21
22 NO_ARCH=        yes
23
24 PLIST_FILES=    bin/console_country3
25
26 # binary name has collision with rubygem-apollo_upload_server (/usr/local/bin/console)
27 post-install:
28         ${MV} ${STAGEDIR}/${PREFIX}/bin/console ${STAGEDIR}/${PREFIX}/bin/console_country3
29
30 .include <bsd.port.mk>