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

19 lines
434 B
Makefile

PORTNAME= asciidoctor-include-ext
PORTVERSION= 0.4.0
CATEGORIES= textproc rubygems
MASTER_SITES= RG
MAINTAINER= mfechner@FreeBSD.org
COMMENT= Reimplementation of the Asciidoctor's built-in (pre)processor
WWW= https://github.com/jirutka/asciidoctor-include-ext
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-asciidoctor>=1.5.6<3.0.0:textproc/rubygem-asciidoctor
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>