aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Data-HexDump-Range/Makefile
blob: baa43534d38e1a2c1e0584b1a47a1b054169943b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Created by: gebhart@secnetix.de

PORTNAME=	Data-HexDump-Range
PORTVERSION=	0.13.59
PORTREVISION=	1
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	gebhart@secnetix.de
COMMENT=	Hexadecimal Range Dumper with color, bitfields and skip ranges

BUILD_DEPENDS=	${RUN_DEPENDS}
RUN_DEPENDS=	p5-Readonly>=0:devel/p5-Readonly \
		p5-Data-TreeDumper>=0:devel/p5-Data-TreeDumper \
		p5-List-MoreUtils>=0:lang/p5-List-MoreUtils \
		p5-Sub-Exporter>=0:devel/p5-Sub-Exporter \
		p5-Text-Diff>=0:textproc/p5-Text-Diff \
		p5-Text-Colorizer>=0:textproc/p5-Text-Colorizer \
		p5-Term-Bash-Completion-Generator>=0:shells/p5-Term-Bash-Completion-Generator

USES=		perl5
USE_PERL5=	modbuild

.include <bsd.port.mk>