pkgsrc/devel/p5-Class-ErrorHandler/Makefile
heinz c5e6fb7c67 Initial version of Class-ErrorHandler.
Class-ErrorHandler is a base class for classes that need to do
error handling (which is, probably, most of them).
2006-02-15 00:30:01 +00:00

21 lines
545 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2006/02/15 00:30:01 heinz Exp $
#
DISTNAME= Class-ErrorHandler-0.01
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5ceh
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Class/}
MAINTAINER= heinz@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Class-ErrorHandler/
COMMENT= Perl base class for error handling
PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Class/ErrorHandler/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"