1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/textproc/py-pygccxml/Makefile
Yuri Victorovich 717a914c74 textproc/py-pygccxml: Update 1.9.1 -> 2.0.1
Reported by:	portscout
2020-07-28 16:16:41 +00:00

22 lines
399 B
Makefile

# $FreeBSD$
PORTNAME= pygccxml
DISTVERSIONPREFIX= v
DISTVERSION= 2.0.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>