18 lines
513 B
Makefile
18 lines
513 B
Makefile
# $NetBSD: Makefile,v 1.21 2019/08/11 13:19:00 wiz Exp $
|
|
|
|
DISTNAME= Class-ErrorHandler-0.04
|
|
PKGNAME= p5-${DISTNAME}
|
|
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"
|