baa6b1cd88
Sponsored by: Pixeware LTD <contracting@pixeware.com>
17 lines
345 B
Makefile
17 lines
345 B
Makefile
PORTNAME= sphinx_rtd_theme
|
|
PORTVERSION= 1.0.0
|
|
CATEGORIES= textproc python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= robak@FreeBSD.org
|
|
COMMENT= Mobile-friendly py-sphinx theme
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
NO_ARCH= yes
|
|
USES= python:3.6+
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
.include <bsd.port.mk>
|