blob: 98a9ec36d5c3ce3a8a4817924d6dcfc178ee8ff2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
PORTNAME= gettext_i18n_rails
PORTVERSION= 1.8.1
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Simple FastGettext Rails integration
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE.txt
RUN_DEPENDS= rubygem-fast_gettext>=0.9.0:devel/rubygem-fast_gettext
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>
|