c36aea5e63
Upstream changes: 1.000 2014-07-16 09:55:29-04:00 America/New_York [*** INCOMPATIBLE CHANGES ***] - Attributes for custom accessors *MUST* be declared for them to be set via the constructor. It is no longer sufficient for a method of the same name to exist. - Unknown constructor arguments are ignored rather than fatal; they are not included in the object. Special instructions for using BUILD to hide constructor arguments from validation are irrelevant and have been removed. - These changes make Class::Tiny-based classes easier to subclass by more advanced object frameworks like Moose or Moo. 0.015 2014-07-13 23:10:47-04:00 America/New_York [CHANGED] - lowered minimum perl to 5.006
16 lines
458 B
Makefile
16 lines
458 B
Makefile
# $NetBSD: Makefile,v 1.3 2014/07/28 13:33:08 wen Exp $
|
|
|
|
DISTNAME= Class-Tiny-1.000
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Class/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/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"
|