freebsd-ports/textproc/rubygem-asciidoctor-diagram/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

19 lines
359 B
Makefile

PORTNAME= asciidoctor-diagram
PORTVERSION= 1.5.19
CATEGORIES= textproc rubygems
MASTER_SITES= RG
MAINTAINER= numisemis@yahoo.com
COMMENT= Asciidoctor diagramming extension
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= rubygem-asciidoctor>=1.5.7<3:textproc/rubygem-asciidoctor
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>