22 lines
417 B
Makefile
22 lines
417 B
Makefile
COMMENT= RSS and Atom feeds parser written in Python
|
|
|
|
MODPY_EGG_VERSION= 6.0.10
|
|
DISTNAME= feedparser-${MODPY_EGG_VERSION}
|
|
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
|
|
MODPY_PYTEST_ARGS= tests/runtests.py
|
|
|
|
FLAVORS= python3
|
|
FLAVOR= python3
|
|
|
|
.include <bsd.port.mk>
|