0b1cb5a65e
version 1.21; 2017-12-08 * update for context stack changes in Perl 5.23.8 * update to accommodate PERL_OP_PARENT builds of Perl 5.21.11 or later (which is the default from Perl 5.25.1) * update for removal of LEX_KNOWNEXT in Perl 5.25.1 * update test suite to not rely on . in @INC, which is no longer necessarily there from Perl 5.25.7 * use cleaner wrap_op_checker() API to control op checking
19 lines
507 B
Makefile
19 lines
507 B
Makefile
# $NetBSD: Makefile,v 1.22 2017/12/30 13:22:19 wiz Exp $
|
|
|
|
DISTNAME= Data-Alias-1.21
|
|
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
|
|
PERL5_MODULE_TYPE= Module::Install
|
|
|
|
USE_LANGUAGES= c
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|