opnsense-ports/textproc/rubygem-representable/Makefile
Franco Fichtner d57219b569 */*: sync with upstream
Taken from: HardenedBSD
2021-04-08 08:40:15 +02:00

20 lines
459 B
Makefile

PORTNAME= representable
PORTVERSION= 3.0.4
CATEGORIES= textproc rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Maps Ruby objects to documents and back
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-declarative<=0.1.0:devel/rubygem-declarative \
rubygem-declarative-option<=0.2.0:devel/rubygem-declarative-option \
rubygem-uber<=0.2.0:devel/rubygem-uber
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>