e4998732f2
* port to Perl 5.15.0, where the op type aelemfast has been split into aelemfast and aelemfast_lex * test compatibility with Devel::CallParser Changes 1.14: * bugfix: never unhook peephole optimiser, because unhooking is liable to fail if anything else hooked it * bugfix: revise check for dorassign opcode to cope with FreeBSD's mutant Perl 5.8 that has it * test POD syntax and coverage
18 lines
489 B
Makefile
18 lines
489 B
Makefile
# $NetBSD: Makefile,v 1.6 2011/08/11 17:09:33 adam Exp $
|
|
|
|
DISTNAME= Data-Alias-1.15
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Data/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Data-Alias/
|
|
COMMENT= Comprehensive set of aliasing operations
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PERL5_PACKLIST= auto/Data/Alias/.packlist
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|