summaryrefslogtreecommitdiff
path: root/databases/rubygem-data_objects/Makefile
blob: 2761a6eea5f0170431123699581e8b83925dec34 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PORTNAME=	data_objects
PORTVERSION=	0.10.17
CATEGORIES=	databases rubygems
MASTER_SITES=	RG

MAINTAINER=	voldern@hoeggen.net
COMMENT=	Unified Ruby API for popular databases
WWW=		https://github.com/datamapper/do

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

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

NO_ARCH=	yes
USE_RUBY=	yes
USES=		gem

.include <bsd.port.mk>