7eeb51b534
Do it for all packages that * mention perl, or * have a directory name starting with p5-*, or * depend on a package starting with p5- like last time, for 5.18, where this didn't lead to complaints. Let me know if you have any this time.
25 lines
805 B
Makefile
25 lines
805 B
Makefile
# $NetBSD: Makefile,v 1.11 2014/05/29 23:36:24 wiz Exp $
|
|
|
|
DISTNAME= Throwable-0.200009
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 1
|
|
SVR4_PKGNAME= p5err
|
|
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
|
|
DEPENDS+= p5-MooX-Types-MooseLike>=0:../../devel/p5-MooX-Types-MooseLike
|
|
DEPENDS+= p5-Class-Load>=0.20:../../devel/p5-Class-Load
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
PERL5_PACKLIST= auto/Throwable/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|