pkgsrc/devel/p5-Class-ErrorHandler/Makefile

19 lines
513 B
Makefile
Raw Normal View History

2019-08-11 15:17:48 +02:00
# $NetBSD: Makefile,v 1.21 2019/08/11 13:19:00 wiz Exp $
DISTNAME= Class-ErrorHandler-0.04
PKGNAME= p5-${DISTNAME}
2019-08-11 15:17:48 +02:00
PKGREVISION= 5
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Class/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://metacpan.org/release/Class-ErrorHandler
COMMENT= Perl base class for error handling
LICENSE= ${PERL5_LICENSE}
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Class/ErrorHandler/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"