- While I'm here: - Add LICENSE_FILE - Add NO_ARCH This gem is a dependency of Rails 4.0 to provide deprecated finder functionality. WWW: https://github.com/rails/activerecord-deprecated_finders PR: 203584 Submitted by: Michael Fausten <ports@michael-fausten.de>
19 lines
346 B
Makefile
19 lines
346 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= activerecord-deprecated_finders
|
|
PORTVERSION= 1.0.4
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ports@michael-fausten.de
|
|
COMMENT= Deprecated finder APIs from Active Record
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|