NEXT.pm adds a pseudoclass named NEXT to any program that uses it. If a method m calls $self-NEXT::m()>, the call to m is redispatched as if the calling method had not originally been found.
15 lines
437 B
Makefile
15 lines
437 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2006/02/21 10:35:26 hiramatsu Exp $
|
|
|
|
DISTNAME= NEXT-0.60
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=NEXT/}
|
|
|
|
MAINTAINER= kuli0020@umn.edu
|
|
HOMEPAGE= http://search.cpan.org/dist/NEXT/
|
|
COMMENT= Provide a pseudo-class NEXT (et al) that allows method redispatch
|
|
|
|
PERL5_PACKLIST= auto/NEXT/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|