1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00
freebsd-ports/devel/rubygem-rails-i18n-4/Makefile
Torsten Zuehlsdorff 7bd78f9f5e GitLab and related ports maintained by me: pass maintainership to Matthias Fechner
Matthias has proven himself as capable and enthusiastic enough to update
www/gitlab on its own - which frees much of my time. :)

I wrote an update guide for him and everybody interested in it:
http://gitlab.toco-domains.de/FreeBSD/GitLab-docu/blob/master/update/how-to-update-the-freebsd-port.md
2017-12-05 16:44:09 +00:00

26 lines
448 B
Makefile

# $FreeBSD$
PORTNAME= rails-i18n
PORTVERSION= 4.0.9
CATEGORIES= devel rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= -4
MAINTAINER= idefix@fechner.net
COMMENT= Common locale data and translations for Rails i18n
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE.txt
RUN_DEPENDS= rubygem-i18n>=0.7:devel/rubygem-i18n \
rubygem-railties4>=4.0:www/rubygem-railties4
PORTSCOUT= limit:^4\.
NO_ARCH= yes
USES= gem
USE_RUBY= yes
.include <bsd.port.mk>