summaryrefslogtreecommitdiff
path: root/databases/rubygem-dm-migrations/Makefile
blob: 7607803cd5e70d5b7443279235507fae6dd83edf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
PORTNAME=	dm-migrations
PORTVERSION=	1.2.0
CATEGORIES=	databases rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	DataMapper plugin for writing and specifying migrations
WWW=		https://github.com/datamapper/dm-migrations

LICENSE=	MIT

RUN_DEPENDS=	rubygem-dm-core>=${PORTVERSION}:databases/rubygem-dm-core

NO_ARCH=	yes

USES=		gem

.include <bsd.port.mk>