freebsd-ports/www/rubygem-rails_autolink/Makefile
Sunpoet Po-Chuan Hsieh 3efb2000d9 - Add NO_ARCH
- Remove USE_RAKE
2015-06-28 17:58:28 +00:00

21 lines
430 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
NO_ARCH= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>