53feed73dd
- Unfortunately I have no time to maintain them anymore.
19 lines
462 B
Makefile
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>
|