mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 12:56:28 -04:00
- Reformat pkg-descr - Update WWW Changes: https://github.com/r18n/r18n/blob/master/ChangeLog.md
23 lines
489 B
Makefile
23 lines
489 B
Makefile
# Created by: Dmitry Marakasov <amdmi3@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= sinatra-r18n
|
|
PORTVERSION= 3.2.0
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Sinatra extension that provides i18n support to your web application
|
|
|
|
LICENSE= LGPL3
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= rubygem-r18n-core>=${PORTVERSION}:devel/rubygem-r18n-core \
|
|
rubygem-sinatra>=1.3:www/rubygem-sinatra
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|