0982effce2
having a PKGNAME of p5-*, or depending such a package, for perl-5.22.0.
21 lines
608 B
Makefile
21 lines
608 B
Makefile
# $NetBSD: Makefile,v 1.44 2015/06/12 10:48:44 wiz Exp $
|
|
|
|
.include "../../lang/perl5/Makefile.common"
|
|
PKGNAME= p5-${DISTNAME:S/perl/gdbm/}
|
|
PKGREVISION= 2
|
|
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"
|