freebsd-ports/devel/py-pyelftools/Makefile
Antoine Brodin aa7a6c429e Drop python 2.7 support from a few ports
With hat:	portmgr
2020-12-28 23:02:12 +00:00

29 lines
611 B
Makefile

# Created by: antoine@FreeBSD.org
# $FreeBSD$
PORTNAME= pyelftools
PORTVERSION= 0.26
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= antoine@FreeBSD.org
COMMENT= Library for analyzing ELF files and DWARF debugging information
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
NO_ARCH= yes
STRIP=
USES= python:3.6+
USE_PYTHON= distutils autoplist concurrent
PORTEXAMPLES= *
OPTIONS_DEFINE= EXAMPLES
do-install-EXAMPLES-on:
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}
.include <bsd.port.mk>