Files
2026-03-16 22:28:25 +00:00

25 lines
410 B
Makefile

COMMENT= QR Code image generator
MODPY_DISTV= 8.2
DISTNAME= qrcode-${MODPY_DISTV}
PKGNAME= py-${DISTNAME}
REVISION= 1
CATEGORIES= graphics textproc
# BSD
PERMIT_PACKAGE= Yes
MODULES= lang/python
MODPY_PYBUILD= poetry-core
MODPY_PI= Yes
RUN_DEPENDS= graphics/py-Pillow
TEST_DEPENDS= devel/py-mock \
devel/py-test-cov
post-install:
rm -rf ${WRKINST}${MODPY_SITEPKG}/qrcode/tests
.include <bsd.port.mk>