16a6886153
Submitted by: Bartlomiej Rutkowski <contact@robakdesign.com> Sponsored by: Pixeware LTD <contracting@pixeware.com>
19 lines
353 B
Makefile
19 lines
353 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= sphinx_rtd_theme
|
|
PORTVERSION= 0.4.3
|
|
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
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
.include <bsd.port.mk>
|