mirror of
https://git.freebsd.org/ports.git
synced 2025-05-04 07:27:38 -04:00
19 lines
374 B
Makefile
19 lines
374 B
Makefile
PORTNAME= macholib
|
|
PORTVERSION= 1.16.3
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Used to analyze and edit Mach-O headers
|
|
WWW= https://pypi.org/project/macholib/
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|