0a27a08848
- Adjust package names - Check for embedded PHP support in unit-php build.
19 lines
527 B
Makefile
19 lines
527 B
Makefile
# $NetBSD: Makefile,v 1.3 2021/02/27 20:58:27 otis Exp $
|
|
|
|
PKGNAME= unit-${LANG}${RUBY_VER}-${UNIT_VERSION}
|
|
COMMENT= Ruby module for NGINX Unit
|
|
|
|
LANG= ruby
|
|
MODNAME= ${LANG}
|
|
|
|
MAINTAINER= osa@FreeBSD.org
|
|
|
|
post-configure:
|
|
${RUN} cd ${WRKSRC} && ${SETENV} ${_CONFIGURE_SCRIPT_ENV} \
|
|
${CONFIG_SHELL} ${CONFIG_SHELL_FLAGS} \
|
|
${CONFIGURE_SCRIPT} ${LANG} --module=${MODNAME}
|
|
|
|
.include "../../lang/${LANG}/buildlink3.mk"
|
|
.include "../../www/unit/ext.mk"
|
|
.include "../../www/unit/Makefile.common"
|
|
.include "../../mk/bsd.pkg.mk"
|