aboutsummaryrefslogtreecommitdiffstats
path: root/databases/rubygem-dm-core/Makefile
blob: ba939513807069341f1a4df8194af5e989832939 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PORTNAME=	dm-core
PORTVERSION=	1.2.1
PORTREVISION=	1
CATEGORIES=	databases rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Object/Relational Mapper for Ruby
WWW=		https://github.com/datamapper/dm-core

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

RUN_DEPENDS=	rubygem-addressable>=2.3:www/rubygem-addressable

NO_ARCH=	yes
USES=		gem

.include <bsd.port.mk>