diff options
Diffstat (limited to 'databases/postgresql10-plpython/Makefile')
-rw-r--r-- | databases/postgresql10-plpython/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/databases/postgresql10-plpython/Makefile b/databases/postgresql10-plpython/Makefile index 4143ea5a7b0..2091e0a5fc7 100644 --- a/databases/postgresql10-plpython/Makefile +++ b/databases/postgresql10-plpython/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.21 2021/12/08 16:03:43 adam Exp $ +# $NetBSD: Makefile,v 1.22 2022/02/11 08:31:21 adam Exp $ PKGNAME= ${DISTNAME:S/-/10-plpython-/} -PKGREVISION= 1 COMMENT= PL/Python procedural language for the PostgreSQL backend DEPENDS+= postgresql10-server>=${PKGVERSION_NOREV}:../../databases/postgresql10-server |