diff options
author | riastradh <riastradh@pkgsrc.org> | 2020-12-04 04:55:41 +0000 |
---|---|---|
committer | riastradh <riastradh@pkgsrc.org> | 2020-12-04 04:55:41 +0000 |
commit | 0423071962a8dd054ab6a50106f2453e0a91ca26 (patch) | |
tree | a6d01188da409cbd54657bc419a370183aaefc8c /databases/postgresql10-plperl/Makefile | |
parent | db3768c8a2009455a8df68f5c09730ff821c999a (diff) | |
download | pkgsrc-0423071962a8dd054ab6a50106f2453e0a91ca26.tar.gz |
Revbump for openpam cppflags change months ago, belatedly.
Diffstat (limited to 'databases/postgresql10-plperl/Makefile')
-rw-r--r-- | databases/postgresql10-plperl/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/postgresql10-plperl/Makefile b/databases/postgresql10-plperl/Makefile index 4b24113e748..4fba8da7c57 100644 --- a/databases/postgresql10-plperl/Makefile +++ b/databases/postgresql10-plperl/Makefile @@ -1,6 +1,7 @@ -#$ $NetBSD: Makefile,v 1.10 2020/11/16 12:15:02 adam Exp $ +#$ $NetBSD: Makefile,v 1.11 2020/12/04 04:55:43 riastradh Exp $ PKGNAME= ${DISTNAME:S/-/10-plperl-/} +PKGREVISION= 1 COMMENT= PL/Perl procedural language for the PostgreSQL backend DEPENDS+= postgresql10-server>=${PKGVERSION_NOREV}:../../databases/postgresql10-server |