1fcbcc8f73
When testing applications, often you find yourself needing to provide functionality in your test environment that would usually be provided by external modules. Rather than munging the %INC by hand to mark these external modules as loaded, so they are not attempted to be loaded by perl, this module offers you a very simple way to mark modules as loaded and/or unloaded.
18 lines
326 B
Makefile
18 lines
326 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2008/04/15 21:39:57 jasper Exp $
|
|
|
|
COMMENT= mark modules as loaded or unloaded
|
|
|
|
DISTNAME= Module-Loaded-0.01
|
|
CATEGORIES= devel
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
MODULES= cpan
|
|
CPAN_AUTHOR= KANE
|
|
|
|
.include <bsd.port.mk>
|