pkgsrc/devel/p5-Task-Weaken/Makefile
seb 766d9cfcbb Initial import of p5-Task-Weaken version 0.99 into The NetBSD
Packages Collection.

One recurring problem in Perl modules that use Scalar::Util's
"weaken" function is that it is not present in the pure-perl variant.
So if your module uses "weaken", you can just add the following to
your Module::Install-based Makefile.PL (or equivalent):
  requires 'Task::Weaken';
2007-04-22 21:03:27 +00:00

17 lines
478 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2007/04/22 21:03:27 seb Exp $
#
DISTNAME= Task-Weaken-0.99
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Task/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist//Task-Weaken/
COMMENT= Perl 5 module to ensure that a platform has weaken support
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Task/Weaken/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"