freebsd-ports/devel/py-itanium_demangler/Makefile
Mateusz Piotrowski 115eba7ec1 devel/py-itanium_demangler: Chase the addition of BSD0CLAUSE
It is no longer necessary to define the permissions associated with this
license since its now officially recognized by the ports framework.

Reported by:	pkg-fallout
2021-04-15 14:02:09 +02:00

18 lines
364 B
Makefile

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_FILE= ${WRKSRC}/README.md
USES= python:3.6+
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>