freebsd-ports/devel/p5-String-Dump/Makefile
Philippe Audeoud 8ff04a6770 This module dumps strings of characters (or bytes) for printing and debugging.
WWW: http://search.cpan.org/dist/String-Dump/

PR:		ports/176727
Submitted by:	Kurt Jaeger <fbsd-ports@opsec.eu>
2013-04-30 14:43:25 +00:00

21 lines
479 B
Makefile

# Created by: Kurt Jaeger <fbsd-ports@opsec.eu>
# $FreeBSD$
PORTNAME= String-Dump
PORTVERSION= 0.09
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:PATCH
PKGNAMEPREFIX= p5-
MAINTAINER= fbsd-ports@opsec.eu
COMMENT= Dump strings of characters or bytes for printing and debugging
BUILD_DEPENDS= p5-Getopt-Lucid>=0:${PORTSDIR}/textproc/p5-Getopt-Lucid
PERL_MODBUILD= yes
MAN1= dumpstr.1
MAN3= String::Dump.3 String::Dump::Debugging.3
.include <bsd.port.mk>