forked from Lainports/opnsense-ports
21 lines
507 B
Makefile
21 lines
507 B
Makefile
PORTNAME= representable
|
|
PORTVERSION= 3.2.0
|
|
CATEGORIES= textproc rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Maps Ruby objects to documents and back
|
|
WWW= https://github.com/trailblazer/representable
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= rubygem-declarative>=0<0.1.0:devel/rubygem-declarative \
|
|
rubygem-trailblazer-option>=0.1.1<0.2.0:devel/rubygem-trailblazer-option \
|
|
rubygem-uber>=0<0.2.0:devel/rubygem-uber
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|