1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
freebsd-ports/www/rubygem-rails_autolink/Makefile
Johannes Jost Meixner 93bd9a096e www/rubygem-rails_autolink: create port
This is an extraction of the 'auto_link' method from rails. The 'auto_link'
method was removed from Rails in version Rails 3.1. This gem is meant to bridge
the gap for people migrating.

WWW: https://github.com/tenderlove/rails_autolink

(DiffRev: placeholder)
Differential Revision:	https://reviews.freebsd.org/D893
Approved by:	swills (mentor)
2014-10-04 17:18:35 +00:00

22 lines
431 B
Makefile

# Created by: Johannes Meixner <xmj@chaot.net>
# $FreeBSD$
PORTNAME= rails_autolink
PORTVERSION= 1.1.6
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Extraction of the auto_link method from rails, removed in 3.1
LICENSE= MIT
RUN_DEPENDS= rubygem-rails4>=${PORTVERSION}:${PORTSDIR}/www/rubygem-rails4
USE_RUBY= yes
USE_RAKE= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>