summaryrefslogtreecommitdiff
path: root/devel/p5-String-Dump/Makefile
blob: 6755dc5a79cb71863ff962220c7c41ca1f3c1e71 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
PORTNAME=	String-Dump
PORTVERSION=	0.09
PORTREVISION=	2
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	CPAN:PATCH
PKGNAMEPREFIX=	p5-

MAINTAINER=	pi@FreeBSD.org
COMMENT=	Dump strings of characters or bytes for printing and debugging
WWW=		https://metacpan.org/release/String-Dump

BUILD_DEPENDS=	p5-Getopt-Lucid>=0:textproc/p5-Getopt-Lucid

USES=		perl5
USE_PERL5=	modbuild

.include <bsd.port.mk>