pkgsrc/devel/p5-Devel-Hide/Makefile
sno 6743310e8e Adding package for CPAN distribution Devel-Hide version 0.0009 into
devel/p5-Devel-Hide.

Given a list of Perl modules/filenames, this module makes require and use
statements fail (no matter the specified files/modules are installed or
not).

They die with a message like:

    Can't locate Module/ToHide.pm (hidden)

The intent of this module is to allow Perl developers to test for
alternative behavior when some modules are not available. In a Perl
installation, where many modules are already installed, there is a
chance to screw things up because you take for granted things that
may not be there in other machines.
2013-07-03 07:24:49 +00:00

16 lines
443 B
Makefile

# $NetBSD: Makefile,v 1.1 2013/07/03 07:24:49 sno Exp $
DISTNAME= Devel-Hide-0.0009
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Devel/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Devel-Hide/
COMMENT= Meatier versions of caller
LICENSE= ${PERL5_LICENSE}
PERL5_PACKLIST= auto/Devel/Hide/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"