freebsd-ports/textproc/py-hexdump/Makefile
2021-04-06 16:31:07 +02:00

20 lines
367 B
Makefile

# Created by: Yuri Victorovich <yuri@rawbw.com>
PORTNAME= hexdump
PORTVERSION= 3.3
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Print binary in hex format
LICENSE= PD
USES= python:3.6+ zip
USE_PYTHON= autoplist distutils
NO_ARCH= yes
NO_WRKSUBDIR= yes
.include <bsd.port.mk>