pkgsrc/textproc/py-alabaster/Makefile
2021-04-06 15:03:32 +00:00

19 lines
545 B
Makefile

# $NetBSD: Makefile,v 1.6 2021/04/06 15:03:32 adam Exp $
DISTNAME= alabaster-0.7.12
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_PYPI:=a/alabaster/}
MAINTAINER= kamelderouiche@yahoo.com
HOMEPAGE= https://github.com/bitprophet/alabaster
COMMENT= Configurable sidebar-enabled Sphinx theme
LICENSE= modified-bsd
USE_LANGUAGES= # none
PYTHON_VERSIONED_DEPENDENCIES= pygments
.include "../../lang/python/egg.mk"
.include "../../lang/python/versioned_dependencies.mk"
.include "../../mk/bsd.pkg.mk"