Files
ports/textproc/rubygem-asciidoctor-diagram/Makefile
T
Matthias Fechner 389a9ef611 textproc/rubygem-asciidoctor-diagram: upgrade to 1.5.19.
PR:		241262
Approved by:	maintainer (timeout)
2019-11-03 16:47:10 +00:00

22 lines
372 B
Makefile

# $FreeBSD$
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>