22 lines
399 B
Makefile
22 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>
|