a88b90b59e
* Modules and Pragmata ** Updated Modules and Pragmata B::Deparse has been upgraded from version 1.56 to 1.57. Encode has been upgraded from version 3.08 to 3.08_01. GDBM_File has been upgraded from version 1.19 to 1.19_01. Module::CoreList has been upgraded from version 5.20210520 to 5.20220313. perl5db.pl has been upgraded from version 1.60 to 1.60_01. * Testing Tests were added and changed to reflect the other additions and changes in this release. * Selected Bug Fixes B::Deparse now correctly handles try/catch blocks with more complex scopes.
14 lines
414 B
Text
14 lines
414 B
Text
# $NetBSD: Makefile.common,v 1.44 2022/04/01 16:39:12 wiz Exp $
|
|
#
|
|
# used by lang/perl5/Makefile
|
|
# used by databases/p5-gdbm/Makefile
|
|
|
|
DISTNAME= perl-5.34.1
|
|
CATEGORIES= lang devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:S,/modules/by-module/$,/src/5.0/,}
|
|
DISTFILES+= ${DISTNAME}${EXTRACT_SUFX}
|
|
EXTRACT_SUFX= .tar.xz
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://www.perl.org/
|
|
LICENSE= ${PERL5_LICENSE}
|