blob: 3b5973e2115ec7b0da4ac6f736f6c79d08f8cbe5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
PORTNAME= pygccxml
DISTVERSIONPREFIX= v
DISTVERSION= 2.2.1
CATEGORIES= textproc python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Python package for easy C++ declarations navigation
WWW= https://github.com/CastXML/pygccxml
LICENSE= BSL
LICENSE_FILE= ${WRKSRC}/LICENSE.rst
USES= python
USE_PYTHON= distutils autoplist
USE_GITHUB= yes
GH_ACCOUNT= CastXML
NO_ARCH= yes
.include <bsd.port.mk>
|