Wed Oct 19 12:34:54 2022 UTC ()
postgresql10-plperl: one dollar less


(adam)
diff -r1.22 -r1.23 pkgsrc/databases/postgresql10-plperl/Makefile

cvs diff -r1.22 -r1.23 pkgsrc/databases/postgresql10-plperl/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/databases/postgresql10-plperl/Attic/Makefile 2022/08/15 20:59:36 1.22
+++ pkgsrc/databases/postgresql10-plperl/Attic/Makefile 2022/10/19 12:34:54 1.23
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1#$ $NetBSD: Makefile,v 1.22 2022/08/15 20:59:36 adam Exp $ 1# $NetBSD: Makefile,v 1.23 2022/10/19 12:34:54 adam Exp $
2 2
3PKGNAME= ${DISTNAME:S/-/10-plperl-/} 3PKGNAME= ${DISTNAME:S/-/10-plperl-/}
4COMMENT= PL/Perl procedural language for the PostgreSQL backend 4COMMENT= PL/Perl procedural language for the PostgreSQL backend
5 5
6DEPENDS+= postgresql10-server>=${PKGVERSION_NOREV}:../../databases/postgresql10-server 6DEPENDS+= postgresql10-server>=${PKGVERSION_NOREV}:../../databases/postgresql10-server
7 7
8.include "../../databases/postgresql10/Makefile.common" 8.include "../../databases/postgresql10/Makefile.common"
9 9
10USE_TOOLS+= perl 10USE_TOOLS+= perl
11PERL5_CONFIGURE= no 11PERL5_CONFIGURE= no
12CONFIGURE_ARGS+= --with-perl 12CONFIGURE_ARGS+= --with-perl
13BUILD_MAKE_FLAGS= PGXS=1 13BUILD_MAKE_FLAGS= PGXS=1
14 14