22 lines
408 B
Makefile
22 lines
408 B
Makefile
|
# $FreeBSD$
|
||
|
|
||
|
PORTNAME= cmakedoc
|
||
|
DISTVERSION= 1.0.1
|
||
|
CATEGORIES= devel
|
||
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||
|
|
||
|
MAINTAINER= kde@FreeBSD.org
|
||
|
COMMENT= Command-line tool to read CMake documentation
|
||
|
|
||
|
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>
|