mirror of https://git.FreeBSD.org/ports.git
20 lines
414 B
Makefile
20 lines
414 B
Makefile
PORTNAME= itanium_demangler
|
|
DISTVERSION= 1.0
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= 0mp@FreeBSD.org
|
|
COMMENT= Pure Python parser for mangled itanium symbols
|
|
WWW= https://github.com/whitequark/python-itanium_demangler
|
|
|
|
LICENSE= BSD0CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/README.md
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|