aboutsummaryrefslogtreecommitdiff
path: root/databases/rubygem-seed-fu/Makefile
blob: 29e67557c14cecb76174ca5412b90358eaa9c19e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
PORTNAME=	seed-fu
PORTVERSION=	2.3.9
PORTREVISION=	3
CATEGORIES=	databases rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Library to maintain seed data
WWW=		https://github.com/mbleigh/seed-fu

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

RUN_DEPENDS=	rubygem-activerecord61>=3.1:databases/rubygem-activerecord61 \
		rubygem-activesupport61>=3.1:devel/rubygem-activesupport61

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>