Update sysutils/bacula9-docs to version 9.2.2
[dports.git] / www / rubygem-rails_autolink / Makefile
1 # Created by: Johannes Meixner <johannes@perceivon.net>
2 # $FreeBSD$
3
4 PORTNAME=       rails_autolink
5 PORTVERSION=    1.1.6
6 CATEGORIES=     www rubygems
7 MASTER_SITES=   RG
8
9 MAINTAINER=     ruby@FreeBSD.org
10 COMMENT=        Extraction of the auto_link method from rails, removed in 3.1
11
12 LICENSE=        MIT
13
14 RUN_DEPENDS=    rubygem-rails4>=${PORTVERSION}:www/rubygem-rails4
15
16 NO_ARCH=        yes
17 USE_RUBY=       yes
18 USES=           gem
19
20 .include <bsd.port.mk>