1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00
freebsd-ports/textproc/py-hexdump/Makefile
2019-02-02 07:07:17 +00:00

22 lines
374 B
Makefile

# Created by: Yuri Victorovich <yuri@rawbw.com>
# $FreeBSD$
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 zip
USE_PYTHON= autoplist distutils
NO_ARCH= yes
NO_WRKSUBDIR= yes
.include <bsd.port.mk>