pkgsrc/databases/p5-gdbm/Makefile
wiz a88b90b59e perl5: update to 5.34.1
*  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.
2022-04-01 16:39:12 +00:00

21 lines
594 B
Makefile

# $NetBSD: Makefile,v 1.55 2022/04/01 16:39:12 wiz Exp $
.include "../../lang/perl5/Makefile.common"
PKGNAME= p5-${DISTNAME:S/perl/gdbm/}
CATEGORIES= databases perl5
#PATCHDIR= ${.CURDIR}/../../lang/perl5/patches
DISTINFO_FILE= ${.CURDIR}/../../lang/perl5/distinfo
COMMENT= Perl interface to gdbm - GNU database manager
LICENSE= ${PERL5_LICENSE}
EXTRACT_ELEMENTS= ${DISTNAME}/ext/GDBM_File
WRKSRC= ${WRKDIR}/${EXTRACT_ELEMENTS}
PERL5_PACKLIST= auto/GDBM_File/.packlist
.include "../../databases/gdbm/buildlink3.mk"
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"