17 lines
297 B
Makefile
17 lines
297 B
Makefile
COMMENT = PlantUML JAR files wrapped in a Ruby gem
|
|
|
|
DISTNAME = asciidoctor-diagram-plantuml-1.2022.12
|
|
|
|
CATEGORIES = textproc
|
|
|
|
HOMEPAGE = https://github.com/asciidoctor/asciidoctor-diagram
|
|
|
|
# Apache 2.0
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = lang/ruby
|
|
|
|
CONFIGURE_STYLE = ruby gem
|
|
|
|
.include <bsd.port.mk>
|