freebsd-ports/textproc/py-hexdump/Makefile
Vanilla I. Shu 45824826fe Add py-hexdump 3.2, print binary in hex format.
PR:		200088
Submitted by:	Yuri Victorovich <yuri@rawbw.com>
2015-05-12 22:49:50 +00:00

22 lines
513 B
Makefile

# Created by: Yuri Victorovich <yuri@rawbw.com>
# $FreeBSD$
PORTNAME= hexdump
PORTVERSION= 3.2
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@rawbw.com
COMMENT= Print binary in hex format
LICENSE= unknown
LICENSE_NAME= Public Domain
LICENSE_TEXT= This software us in the public domain
LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
WRKSRC= ${WRKDIR}
USES= python zip
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>