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

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Maps Ruby objects to documents and back

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>