blob: 3a9143a75d40236d41a6e548ec9f1d3c6c700228 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# 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= PD
WRKSRC= ${WRKDIR}
USES= python zip
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>
|