aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-r18n-desktop/Makefile
blob: 560694ddfc79a9b674f9ccc417bb7f57e60b0fbe (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=	r18n-desktop
PORTVERSION=	5.0.1
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	i18n tool to translate your desktop application in several languages

LICENSE=	LGPL3
LICENSE_FILE=	${WRKSRC}/LICENSE

RUN_DEPENDS=	rubygem-r18n-core>=5.0<6:devel/rubygem-r18n-core

USES=		gem
USE_RUBY=	yes

NO_ARCH=	yes

.include <bsd.port.mk>