1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/textproc/py-sphinx_rtd_theme/Makefile

20 lines
388 B
Makefile
Raw Normal View History

# $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>