openbsd-ports/www/zola/Makefile
sthen 6781029335 bump REVISION for ports using rust, so that pkg_add -u for i386 users
updates to packages without -znotext (i.e. with text relocations disabled)
makes sense to phessler, semarie, tb
2022-10-28 10:00:45 +00:00

35 lines
579 B
Makefile

# ring-v0.16.20 does not support those archs
NOT_FOR_ARCHS = powerpc64 riscv64 sparc64
COMMENT = static site generator
GH_ACCOUNT = getzola
GH_PROJECT = zola
GH_TAGNAME = v0.16.1
REVISION = 1
HOMEPAGE = https://www.getzola.org
DISTFILES += ${DISTNAME}${EXTRACT_SUFX}
CATEGORIES = www
MAINTAINER = Peter H. Ezetta <protocall7@gmail.com>
# MIT
PERMIT_PACKAGE = Yes
WANTLIB += c c++abi m pthread sass onig
LIB_DEPENDS += www/libsass \
textproc/oniguruma
MODULES = devel/cargo
CONFIGURE_STYLE = cargo
SEPARATE_BUILD = Yes
.include "modules.inc"
.include <bsd.port.mk>