pkgsrc/devel/p5-Want/Makefile
obache aa0bed18ec Update p5-Want to 0.12.
Changes:
0.11  Sat Aug 26 22:36:27 BST 2006
    - (Jerry D. Hedden) Fix bug whereby 'lnoreturn' failed to
      decrement the CvDEPTH, which causes an error with 'use threads'

0.12  Tue Aug 29 21:06:40 BST 2006
    - (Jerry D. Hedden) Force the threads test to be skipped if oldstyle
      threads (as opposed to ithreads) are in use.
2006-11-04 10:31:08 +00:00

15 lines
453 B
Makefile

# $NetBSD: Makefile,v 1.11 2006/11/04 10:31:08 obache Exp $
DISTNAME= Want-0.12
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Algorithm/ROBIN/} # this is a hack
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Want/
COMMENT= Perl module providing a generalisation of wantarray
PERL5_PACKLIST= auto/Want/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"