mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
25 lines
408 B
Makefile
25 lines
408 B
Makefile
COMMENT= closed caption converter
|
|
|
|
MODPY_DISTV = 2.2.22
|
|
DISTNAME= pycaption-${MODPY_DISTV}
|
|
PKGNAME= py-caption-${MODPY_DISTV}
|
|
|
|
CATEGORIES= multimedia
|
|
|
|
# Apache 2.0
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MODULES= lang/python
|
|
|
|
MODPY_PI= Yes
|
|
MODPY_PYBUILD= setuptools
|
|
|
|
RUN_DEPENDS= textproc/py-cssutils \
|
|
textproc/py-lxml \
|
|
www/py-beautifulsoup4
|
|
|
|
post-install:
|
|
rm -r ${WRKINST}${MODPY_SITEPKG}/tests
|
|
|
|
.include <bsd.port.mk>
|