summaryrefslogtreecommitdiff
path: root/devel/rubygem-declarative/Makefile
blob: 531504bd9b6f37abf2fef62d6c5438be801063f4 (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
WWW=		https://github.com/apotonick/declarative

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

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>