Upstream changes: 0.200013 2015-07-01 09:46:11-04:00 America/New_York - document that Moo, rather than Moose, may be used if preferred (Brian Manning)
19 lines
597 B
Makefile
19 lines
597 B
Makefile
# $NetBSD: Makefile,v 1.16 2015/09/02 13:04:14 wen Exp $
|
|
|
|
DISTNAME= Throwable-0.200013
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/R/RJ/RJBS/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Throwable/
|
|
COMMENT= Perl 5 role for classes that can be thrown
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-Devel-StackTrace>=1.2100:../../devel/p5-Devel-StackTrace
|
|
DEPENDS+= p5-Moo>=1.000001:../../devel/p5-Moo
|
|
|
|
PERL5_PACKLIST= auto/Throwable/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|