freebsd-ports/textproc/py-sphinx-me/Makefile
2021-04-06 16:31:07 +02:00

19 lines
409 B
Makefile

# Created by: René Ladan <rene@freebsd.org>
PORTNAME= sphinx-me
PORTVERSION= 0.3
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ports@FreeBSD.org
COMMENT= Wrap README-only projects in a dynamic Sphinx shell
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python:3.6+
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>