Files
ports/textproc/py-feedparser/Makefile
T
2025-04-29 10:40:12 +00:00

22 lines
384 B
Makefile

COMMENT= RSS and Atom feeds parser written in Python
MODPY_DISTV= 6.0.11
DISTNAME= feedparser-${MODPY_DISTV}
PKGNAME= py-${DISTNAME}
CATEGORIES= textproc
REVISION= 1
HOMEPAGE= https://github.com/kurtmckee/feedparser
# BSD-2
PERMIT_PACKAGE= Yes
MODULES= lang/python
MODPY_PI= Yes
MODPY_PYBUILD= setuptools
do-test:
cd ${WRKSRC}; python3 tests/runtests.py
.include <bsd.port.mk>