1fd066ebe5
With hat: python@
19 lines
388 B
Makefile
19 lines
388 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= sphinx_rtd_theme
|
|
PORTVERSION= 0.1.6
|
|
CATEGORIES= textproc python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= robak@FreeBSD.org
|
|
COMMENT= Mobile-friendly py-sphinx theme
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>=1.1:${PORTSDIR}/textproc/py-sphinx
|
|
|
|
USES= python
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
.include <bsd.port.mk>
|