09d5b8e908
1.008 2020-09-04 10:04:50-04:00 America/New_York - No changes since 1.007 1.007 2020-09-02 07:02:55-04:00 America/New_York (TRIAL RELEASE) [DOCUMENTATION] - DEMOLISH docs incorrectly claimed that errors were thrown. Updated to say that errors are rethrown.
16 lines
459 B
Makefile
16 lines
459 B
Makefile
# $NetBSD: Makefile,v 1.14 2020/09/06 22:32:29 wiz Exp $
|
|
|
|
DISTNAME= Class-Tiny-1.008
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Class/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://metacpan.org/release/Class-Tiny
|
|
COMMENT= Perl extension for minimalist class construction
|
|
LICENSE= apache-2.0
|
|
|
|
PERL5_PACKLIST= auto/Class/Tiny/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|