ports/devel/p5-String-Dump/Makefile
Mathieu Arnold bc19d06784 Bump PORTREVISION for ports affected by the fix the last commit.
Done with:	Tools/scripts/bump-revision.sh
Sponsored by:	Absolight
2017-01-31 16:21:45 +00:00

20 lines
428 B
Makefile

# Created by: Kurt Jaeger <fbsd-ports@opsec.eu>
# $FreeBSD$
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
BUILD_DEPENDS= p5-Getopt-Lucid>=0:textproc/p5-Getopt-Lucid
USES= perl5
USE_PERL5= modbuild
.include <bsd.port.mk>