ports/textproc/asciidoctor/Makefile

27 lines
492 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT = better AsciiDoc text proc/publishing software
2023-08-18 18:38:43 +00:00
V = 2.0.20
2023-08-16 22:26:55 +00:00
DISTNAME = asciidoctor-${V}
FULLPKGNAME = ${DISTNAME}
CATEGORIES = textproc
HOMEPAGE = https://asciidoctor.org
MAINTAINER = Ian Darwin <ian@openbsd.org>
# MIT
PERMIT_PACKAGE = Yes
MODULES = lang/ruby
MODRUBY_HANDLE_FLAVORS = No
CONFIGURE_STYLE = ruby gem
GEM_FLAGS = --no-format-executable
post-install:
mv ${PREFIX}/${GEM_LIB}/gems/${DISTNAME}/man/asciidoctor.1 \
${PREFIX}/man/man1
.include <bsd.port.mk>