pkgsrc/devel/p5-Attribute-Handlers/Makefile
shell 700adfd217 Updated to Attribute-Handlers-0.77
- Updated master_sites

Changes :
- Attribute::Handlers now is core.
- Brought up to date with perl 5.8RC1 version
  will be 5.8 if no more changes come in
- [#13686] This changes the behaviour of lexical attributes.
  Prior to this lexical attributes were done at a compile time,
  and they would loose their attribute on the next run over them.
  Now perl 5.8 calls the attribute handler runtime whenever it
  hits my.
- [#14448] Fixes cases with too high refcounts on lexical attributes
- [#15945] Do not warn about too late CHECK and INIT block if
  A::H is pulled in using a require.
2002-06-10 02:35:49 +00:00

20 lines
548 B
Makefile

# $NetBSD: Makefile,v 1.2 2002/06/10 02:35:49 shell Exp $
DISTNAME= Attribute-Handlers-0.77
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5ah
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Attribute/}
MAINTAINER= packages@netbsd.org
# HOMEPAGE=
COMMENT= Simpler definition of attribute handlers
USE_BUILDLINK_ONLY= YES
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Attribute/Handlers/.packlist
do-configure:
@cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
.include "../../lang/perl5/buildlink.mk"
.include "../../mk/bsd.pkg.mk"