summaryrefslogtreecommitdiff
path: root/devel/rubygem-activerecord-deprecated_finders/Makefile
blob: 722b9e6c4c86d2c7eb7c4ca95ae26dcfa26f8dd1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17

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
USES=		gem

.include <bsd.port.mk>