mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 20:06:29 -04:00
Declarative allows declaring nested schemas. WWW: https://github.com/apotonick/declarative
18 lines
273 B
Makefile
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>
|