pkgsrc/devel/p5-Class-Throwable/Makefile
mef c9a16774fc Update 0.11 to 0.13
-------------------
0.13    2015/02/04
        - fix for #101937 (SEE ALSO pod fix)

0.12    2015/02/04
        - fix for #100890 (typos/spelling)
2015-02-05 13:49:06 +00:00

16 lines
465 B
Makefile

# $NetBSD: Makefile,v 1.8 2015/02/05 13:49:06 mef Exp $
DISTNAME= Class-Throwable-0.13
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Class/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Class-Throwable/
COMMENT= Minimal lightweight exception class
LICENSE= ${PERL5_LICENSE}
PERL5_PACKLIST= auto/Class/Throwable/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"