48a3645bf7
1.36 2019-07-19 08:35:53 -0400 - Producton release identical to 1.35_01 1.35_01 2019-07-18 12:00:22 -0400 - Fix bug in methods method that could cause it to modify @ISA (gh#11)
16 lines
465 B
Makefile
16 lines
465 B
Makefile
# $NetBSD: Makefile,v 1.31 2019/10/13 11:01:37 mef Exp $
|
|
|
|
DISTNAME= Class-Inspector-1.36
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Class/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://metacpan.org/release/Class-Inspector
|
|
COMMENT= Provides information about Classes
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PERL5_PACKLIST= auto/Class/Inspector/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|