pkgsrc/devel/p5-Test-Without-Module/Makefile
sno f405f7cd95 Adding package for CPAN distribution Test-Without-Module version 0.17
into devel/p5-Test-Without-Module.

This module allows you to deliberately hide modules from a program even
though they are installed. This is mostly useful for testing modules
that have a fallback when a certain dependency module is not installed.
2013-07-03 07:27:16 +00:00

17 lines
525 B
Makefile

# $NetBSD: Makefile,v 1.1 2013/07/03 07:27:16 sno Exp $
DISTNAME= Test-Without-Module-0.17
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Test-Without-Module/
COMMENT= Perl 5 module to fallback test behaviour in absence of modules
LICENSE= ${PERL5_LICENSE}
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Test/Without/Module/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"