View | Details | Raw Unified | Return to bug 244678
Collapse All | Expand All

(-)Makefile (+20 lines)
Line 0 Link Here
1
# $FreeBSD$
2
3
PORTNAME=	sphinxcontrib-qthelp
4
PORTVERSION=	1.0.3
5
CATEGORIES=	textproc python
6
MASTER_SITES=	CHEESESHOP
7
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
8
DIST_SUBDIR=	python
9
10
MAINTAINER=	wjw@digiware.nl
11
COMMENT=	Sphinx extension which outputs QtHelp document
12
13
LICENSE=	BSD2CLAUSE
14
LICENSE_FILE=	${WRKSRC}/LICENSE
15
16
USES=		python:3.5+
17
USE_PYTHON=	autoplist distutils concurrent
18
NO_ARCH=	yes
19
20
.include <bsd.port.mk>
(-)distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1583545092
2
SHA256 (python/sphinxcontrib-qthelp-1.0.3.tar.gz) = 4c33767ee058b70dba89a6fc5c1892c0d57a54be67ddd3e7875a18d14cba5a72
3
SIZE (python/sphinxcontrib-qthelp-1.0.3.tar.gz) = 21658
(-)pkg-descr (+3 lines)
Line 0 Link Here
1
sphinxcontrib-qthelp is a sphinx extension which outputs QtHelp document.
2
3
WWW: https://www.sphinx-doc.org/

Return to bug 244678