Files

25 lines
408 B
Makefile
Raw Permalink Normal View History

2024-05-26 07:23:23 +00:00
COMMENT= closed caption converter
2018-05-09 10:09:09 +00:00
2026-05-27 13:58:25 +00:00
MODPY_DISTV = 2.2.22
2024-12-21 11:38:27 +00:00
DISTNAME= pycaption-${MODPY_DISTV}
PKGNAME= py-caption-${MODPY_DISTV}
2018-05-09 10:09:09 +00:00
2024-05-26 07:23:23 +00:00
CATEGORIES= multimedia
2018-05-09 10:09:09 +00:00
# Apache 2.0
PERMIT_PACKAGE= Yes
2018-05-09 10:09:09 +00:00
2024-05-26 07:23:23 +00:00
MODULES= lang/python
2018-05-09 10:09:09 +00:00
2024-05-26 07:23:23 +00:00
MODPY_PI= Yes
MODPY_PYBUILD= setuptools
2022-03-04 09:47:10 +00:00
2024-12-21 11:38:27 +00:00
RUN_DEPENDS= textproc/py-cssutils \
textproc/py-lxml \
www/py-beautifulsoup4
2022-03-04 09:47:10 +00:00
post-install:
2024-02-08 08:12:53 +00:00
rm -r ${WRKINST}${MODPY_SITEPKG}/tests
2018-05-09 10:09:09 +00:00
.include <bsd.port.mk>