aboutsummaryrefslogtreecommitdiff
path: root/textproc/rubygem-representable/Makefile
blob: 1cdd24aeffc300502cf0ca5bc2616abc30f05179 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
PORTNAME=	representable
PORTVERSION=	3.2.0
CATEGORIES=	textproc rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Maps Ruby objects to documents and back
WWW=		https://github.com/trailblazer/representable

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

RUN_DEPENDS=	rubygem-declarative>=0<0.1.0:devel/rubygem-declarative \
		rubygem-trailblazer-option>=0.1.1<0.2.0:devel/rubygem-trailblazer-option \
		rubygem-uber>=0<0.2.0:devel/rubygem-uber

USES=		gem
USE_RUBY=	yes

NO_ARCH=	yes

.include <bsd.port.mk>