2f8a2ed0b2
PR: 207662 Submitted by: yuri@rawbw.com (maintainer)
20 lines
372 B
Makefile
20 lines
372 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@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>
|