# Created by: Yuri Victorovich <yuri@rawbw.com>
# $FreeBSD: tags/RELEASE_11_0_0/textproc/py-hexdump/Makefile 409983 2016-03-02 22:56:54Z rakuco $

PORTNAME=	hexdump
PORTVERSION=	3.3
CATEGORIES=	textproc python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	yuri@rawbw.com
COMMENT=	Print binary in hex format

LICENSE=	PD

WRKSRC=		${WRKDIR}
USES=		python zip
USE_PYTHON=	autoplist distutils
NO_ARCH=	yes

.include <bsd.port.mk>
