pkgsrc-wip/unit-python/Makefile

20 lines
421 B
Makefile

# $NetBSD$
PKGNAME= unit-${LANG}-${UNIT_VERSION}
COMMENT= Python module for NGINX Unit
LANG= python
MODNAME= ${LANG}
MAINTAINER= osa@FreeBSD.org
post-configure:
cd ${WRKSRC} && \
./configure ${LANG} --module=${MODNAME} \
--config=${LANG}${PYVERSSUFFIX}-config
.include "../../lang/${LANG}/application.mk"
.include "../../wip/unit/ext.mk"
.include "../../wip/unit/Makefile.common"
.include "../../mk/bsd.pkg.mk"