summaryrefslogtreecommitdiff
path: root/devel/rubygem-declarative/Makefile
blob: a43e031c0bd9f5b19e05c55e117c8eb2afca4b4d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
PORTNAME=	declarative
PORTVERSION=	0.0.20
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	DSL for nested schemas

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE.txt

USES=		gem
USE_RUBY=	yes

NO_ARCH=	yes

.include <bsd.port.mk>