d21880fef4
This module allows for impromptu dumping of output to STDERR. Useful when you want to take a peek at a nest Perl data structure by emitting (relatively) nicely formatted output.
21 lines
465 B
Makefile
21 lines
465 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2004/12/09 06:41:02 kevlo Exp $
|
|
|
|
COMMENT= "impromptu dumping of data structures for debugging purposes"
|
|
|
|
DISTNAME= BFD-0.31
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
|
|
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/R/RB/RBS/}
|
|
|
|
CONFIGURE_STYLE= perl
|
|
|
|
.include <bsd.port.mk>
|