17 lines
308 B
Makefile
17 lines
308 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= sphinx_rtd_theme
|
|
PORTVERSION= 0.1.9
|
|
CATEGORIES= textproc python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= robak@FreeBSD.org
|
|
COMMENT= Mobile-friendly py-sphinx theme
|
|
|
|
LICENSE= MIT
|
|
|
|
USES= python
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
.include <bsd.port.mk>
|