115eba7ec1
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
18 lines
364 B
Makefile
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>
|