c5c61fb2a6
This module provides a unified approach to tracing. A script can use Log::Trace qw( < mode > ) to set the behaviour of the TRACE function.
20 lines
392 B
Makefile
20 lines
392 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2008/09/09 21:14:17 simon Exp $
|
|
|
|
COMMENT = provides a unified approach to tracing
|
|
|
|
MODULES = cpan
|
|
DISTNAME = Log-Trace-1.070
|
|
CATEGORIES = devel
|
|
|
|
MAINTAINER = Simon Bertrang <simon@openbsd.org>
|
|
|
|
# GPLv2
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM = Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
MAKE_ENV += TEST_POD=1
|
|
|
|
.include <bsd.port.mk>
|