mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 05:10:29 -04:00
18 lines
402 B
Makefile
18 lines
402 B
Makefile
PORTNAME= sphinxcontrib-devhelp
|
|
PORTVERSION= 1.0.2
|
|
CATEGORIES= textproc python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DIST_SUBDIR= python
|
|
|
|
MAINTAINER= wen@FreeBSD.org
|
|
COMMENT= Sphinx extension which outputs Devhelp document
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= python:3.5+
|
|
USE_PYTHON= autoplist distutils concurrent
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|