Changes from previous: ---------------------- 1.20110617 2011-06-17 11:45:11 America/Los_Angeles - bumped minimum Perl version to 5.8, as working around 5.6 bugs is not worth the trouble 1.20110614 2011-06-14 15:32:23 America/Los_Angeles 1.20110613 2011-06-12 18:31:27 America/Los_Angeles - fixed RT #63771, buggy triggering of overloading for blessed invocants (found and fixed by Norbert Buchmüller) - migrated to Dist::Zilla
23 lines
747 B
Makefile
23 lines
747 B
Makefile
# $NetBSD: Makefile,v 1.10 2011/12/08 00:39:08 hiramatsu Exp $
|
|
|
|
DISTNAME= UNIVERSAL-can-1.20110617
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=UNIVERSAL/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/UNIVERSAL-can/
|
|
COMMENT= Hack around people calling UNIVERSAL::can() as a function
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= {perl>=5.10,p5-Scalar-List-Utils>=0}:../../devel/p5-Scalar-List-Utils
|
|
BUILD_DEPENDS+= {perl>=5.10,p5-Test-Simple>=0.60}:../../devel/p5-Test-Simple
|
|
|
|
USE_LANGUAGES= # empty
|
|
#PERL5_MODULE_TYPE= Module::Build
|
|
PERL5_PACKLIST= auto/UNIVERSAL/can/.packlist
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|