19 lines
572 B
Makefile
19 lines
572 B
Makefile
# $NetBSD: Makefile,v 1.3 2019/10/21 22:11:33 adam Exp $
|
|
|
|
DISTNAME= sphinxcontrib-newsfeed-0.1.4
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= textproc python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=s/sphinxcontrib-newsfeed/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://bitbucket.org/prometheus/sphinxcontrib-newsfeed
|
|
COMMENT= News Feed extension for Sphinx
|
|
LICENSE= 2-clause-bsd
|
|
|
|
PYTHON_VERSIONED_DEPENDENCIES= sphinx
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../lang/python/versioned_dependencies.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|