1.000010 - 2018-04-25 - fix DOES tests on 5.8.x 1.000009 - 2018-04-21 - Fix handling of DOES and does (they no longer fall back to isa in most situations outside of Moo/Moose)
16 lines
504 B
Makefile
16 lines
504 B
Makefile
# $NetBSD: Makefile,v 1.11 2018/05/02 12:03:08 wiz Exp $
|
|
|
|
DISTNAME= Safe-Isa-1.000010
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/E/ET/ETHER/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Safe-Isa/
|
|
COMMENT= Call isa, can, does and DOES safely on things that may not be objects
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PERL5_PACKLIST= auto/Safe/Isa/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|