opnsense-ports/textproc/py-pygccxml/Makefile
Franco Fichtner 161597f629 */*: sync with upstream
Taken from: HardenedBSD
2018-08-06 07:53:52 +02:00

21 lines
399 B
Makefile

# $FreeBSD$
PORTNAME= pygccxml
DISTVERSIONPREFIX= v
DISTVERSION= 1.9.1
CATEGORIES= textproc python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Python package for easy C++ declarations navigation
LICENSE= BSL
LICENSE_FILE= ${WRKSRC}/LICENSE.rst
USES= python
USE_GITHUB= yes
GH_ACCOUNT= gccxml
USE_PYTHON= distutils autoplist
NO_ARCH= yes
.include <bsd.port.mk>