7eeb51b534
Do it for all packages that * mention perl, or * have a directory name starting with p5-*, or * depend on a package starting with p5- like last time, for 5.18, where this didn't lead to complaints. Let me know if you have any this time.
21 lines
594 B
Makefile
21 lines
594 B
Makefile
# $NetBSD: Makefile,v 1.8 2014/05/29 23:35:32 wiz Exp $
|
|
|
|
PKGNAME= ${DISTNAME:C/-/92-plperl-/}
|
|
PKGREVISION= 1
|
|
COMMENT= PL/Perl procedural language for the PostgreSQL backend
|
|
|
|
DEPENDS+= postgresql92-server>=${PKGVERSION_NOREV}:../../databases/postgresql92-server
|
|
|
|
.include "../../databases/postgresql92/Makefile.common"
|
|
|
|
USE_TOOLS+= perl
|
|
PERL5_CONFIGURE= no
|
|
CONFIGURE_ARGS+= --with-perl
|
|
BUILD_MAKE_FLAGS= PGXS=1
|
|
|
|
BUILD_DIRS= src/pl/plperl
|
|
MAKE_FILE= GNUmakefile
|
|
|
|
.include "../../databases/postgresql92-client/buildlink3.mk"
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|