mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 19:06:28 -04:00
18 lines
342 B
Makefile
18 lines
342 B
Makefile
PORTNAME= macholib
|
|
PORTVERSION= 1.11
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= ndowens@yahoo.com
|
|
COMMENT= Used to analyze and edit Mach-O headers
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= python:3.6+
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|