blob: 6d877234cd7073edf0a84b9d93e988dbaaec471f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
PORTNAME= cmakedoc
DISTVERSION= 1.0.1
CATEGORIES= devel
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= kde@FreeBSD.org
COMMENT= Command-line tool to read CMake documentation
WWW= https://github.com/agateau/cmakedoc
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/COPYING
RUN_DEPENDS= cmake-doc>=0:devel/cmake-doc
USES= python:3.5+
USE_GITHUB= yes
GH_ACCOUNT= agateau
USE_PYTHON= autoplist distutils noflavors
.include <bsd.port.mk>
|