e47321d509
This module will load Log::Dispatch::Config and set things up for a test run.
23 lines
482 B
Makefile
23 lines
482 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2010/01/12 19:18:08 jasper Exp $
|
|
|
|
COMMENT= set up Log::Dispatch::Config for a test run
|
|
|
|
DISTNAME= Log-Dispatch-Config-TestLog-0.01
|
|
|
|
CATEGORIES= devel
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MODULES= cpan
|
|
|
|
RUN_DEPENDS= ::devel/p5-Log-Dispatch-Binlog \
|
|
::devel/p5-Log-Dispatch-Config \
|
|
::devel/p5-Path-Class \
|
|
::devel/p5-Sub-Override
|
|
|
|
.include <bsd.port.mk>
|