1.03 Fri Jan 13 04:46:59 UTC 2006 - mark minimum dependency on Perl 5.6 (reported by Adam Kennedy) - test for Really Bad Input (also suggested by Adam Kennedy) - fixed invalid input bugs 1.02 Wed Jan 11 00:58:57 UTC 2006 - don't eat $@ in can() (RT #17008, reported by martin at hybyte dot com)
20 lines
695 B
Makefile
20 lines
695 B
Makefile
# $NetBSD: Makefile,v 1.3 2006/01/27 04:24:26 jgoamakf Exp $
|
|
|
|
DISTNAME= UNIVERSAL-can-1.03
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/C/CH/CHROMATIC/}
|
|
|
|
MAINTAINER= kuli0020@umn.edu
|
|
HOMEPAGE= http://search.cpan.org/dist/UNIVERSAL-can/
|
|
COMMENT= Hack around people calling UNIVERSAL::can() as a function
|
|
PERL5_REQD+= 5.6.0
|
|
|
|
BUILD_DEPENDS+= p5-Scalar-List-Utils>=0:../../devel/p5-Scalar-List-Utils
|
|
BUILD_DEPENDS+= p5-Test-Simple>=0.60:../../devel/p5-Test-Simple
|
|
BUILD_DEPENDS+= p5-Test-Warn>=0.08:../../devel/p5-Test-Warn
|
|
|
|
PERL5_PACKLIST= auto/UNIVERSAL/can/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|