aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-activerecord-deprecated_finders/Makefile
blob: e666110f45eb3677c8b88ca4ea333c47377bd7bc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
PORTNAME=	activerecord-deprecated_finders
PORTVERSION=	1.0.4
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Deprecated finder APIs from Active Record
WWW=		https://github.com/rails/activerecord-deprecated_finders

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

NO_ARCH=	yes
USES=		gem

.include <bsd.port.mk>