aboutsummaryrefslogtreecommitdiff
path: root/devel/py-itanium_demangler/Makefile
blob: 402c6c8259034e52432eb28fc4057cd097675ac0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
PORTNAME=	itanium_demangler
DISTVERSION=	1.0
CATEGORIES=	devel python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	0mp@FreeBSD.org
COMMENT=	Pure Python parser for mangled itanium symbols

LICENSE=	BSD0CLAUSE
LICENSE_NAME=	0-clause BSD
LICENSE_FILE=	${WRKSRC}/README.md
LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept

USES=		python:3.6+
USE_PYTHON=	autoplist distutils

NO_ARCH=	yes

.include <bsd.port.mk>