aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-virtus/Makefile
blob: a666f4817e045dca4e1ec0e8821edadde88403c2 (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=	virtus
PORTVERSION=	2.0.0
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Attributes on Steroids for Plain Old Ruby Objects
WWW=		https://github.com/solnic/virtus

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

RUN_DEPENDS=	rubygem-axiom-types>=0.1<1:devel/rubygem-axiom-types \
		rubygem-coercible>=1.0<2:devel/rubygem-coercible \
		rubygem-descendants_tracker>=0.0.3<1:devel/rubygem-descendants_tracker

USES=		gem
USE_RUBY=	yes

NO_ARCH=	yes

.include <bsd.port.mk>