freebsd-ports/www/rubygem-rails_autolink/Makefile

22 lines
431 B
Makefile
Raw Normal View History

# 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>