freebsd-ports/textproc/py-sphinxcontrib-websupport/Makefile
2019-01-09 14:52:27 +00:00

20 lines
367 B
Makefile

# $FreeBSD$
PORTNAME= sphinxcontrib-websupport
PORTVERSION= 1.1.0
CATEGORIES= textproc
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Sphinx API for Web Apps
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>