aboutsummaryrefslogblamecommitdiff
path: root/textproc/py-hexdump/Makefile
blob: f658077d9c595608844cb9fab21f3ea9b8429a7a (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12



                                               
                   






                                          
                  



                                   
                   

                      
# 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>