freebsd-ports/textproc/py-sphinxcontrib-newsfeed/Makefile
Alexandre C. Guimarães 53feed73dd
Returning all my ports to the pool.
- Unfortunately I have no time to maintain them anymore.
2023-09-10 20:13:40 -03:00

19 lines
462 B
Makefile

PORTNAME= sphinxcontrib-newsfeed
PORTVERSION= 0.1.4
CATEGORIES= textproc
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ports@FreeBSD.org
COMMENT= News Feed extension for Sphinx
WWW= https://pypi.org/project/sphinxcontrib-newsfeed/
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>=0,1:textproc/py-sphinx@${PY_FLAVOR}
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>