2023-01-07 20:08:49 +00:00

26 lines
533 B
Makefile

COMMENT= regular expressions library
# bump www/h2o,mruby if updating; it pulls in the static library
V= 6.9.8
DISTNAME= onig-$V
PKGNAME= oniguruma-$V
SHARED_LIBS += onig 8.0 # 8.0
CATEGORIES= textproc
HOMEPAGE= https://github.com/kkos/oniguruma/
MAINTAINER= Stuart Henderson <stu.ports@spacehopper.org>
# BSD
PERMIT_PACKAGE= Yes
MASTER_SITES= https://github.com/kkos/oniguruma/releases/download/v$V/
SEPARATE_BUILD= Yes
DEBUG_PACKAGES= ${BUILD_PACKAGES}
CONFIGURE_STYLE= gnu
.include <bsd.port.mk>