ports/devel/rubygem-declarative/Makefile
Torsten Zuehlsdorff 84d64d684c New port: devel/rubygem-declarative
Declarative allows declaring nested schemas.

WWW: https://github.com/apotonick/declarative
2017-03-21 11:00:00 +00:00

18 lines
273 B
Makefile

# $FreeBSD$
PORTNAME= declarative
PORTVERSION= 0.0.9
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= DSL for nested schemas
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>