aboutsummaryrefslogtreecommitdiff
path: root/textproc/rubygem-representable/Makefile
blob: 8802495a2854d08816f0d2aa12e17536256e0a9d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# $FreeBSD$

PORTNAME=	representable
PORTVERSION=	3.0.4
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.1.0:devel/rubygem-declarative \
		rubygem-declarative-option<=0.2.0:devel/rubygem-declarative-option \
		rubygem-uber<=0.2.0:devel/rubygem-uber

NO_ARCH=	yes
USE_RUBY=	yes
USES=		gem

.include <bsd.port.mk>