opnsense-ports/textproc/rubygem-representable/Makefile
Franco Fichtner c0b97a8105 */*: sync with upstream
Taken from: FreeBSD
2023-01-16 20:20:04 +01:00

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>