pkgsrc/devel/p5-Class-Throwable/Makefile
sno 9b15b971b1 Importing devel/p5-Class-Throwable 0.11 as indirect dependency of scheduled
editors/p5-Padre-Plugin-Catalyst update.

This module implements a minimal lightweight exception object. It is meant
to be a compromise between more basic solutions like Carp which can only
print information and cannot handle exception objects, and more more
complex solutions like Exception::Class which can be used to define complex
inline exceptions and has a number of module dependencies.
2010-01-26 09:32:16 +00:00

18 lines
504 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2010/01/26 09:32:16 sno Exp $
#
DISTNAME= Class-Throwable-0.11
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}
PKG_DESTDIR_SUPPORT= user-destdir
PERL5_PACKLIST= auto/Class/Throwable/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"