diff options
Diffstat (limited to 'databases/postgresql13-plpython/Makefile')
-rw-r--r-- | databases/postgresql13-plpython/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/postgresql13-plpython/Makefile b/databases/postgresql13-plpython/Makefile index d0f62232b29..c3c9b8d163e 100644 --- a/databases/postgresql13-plpython/Makefile +++ b/databases/postgresql13-plpython/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.1 2020/10/18 09:24:03 adam Exp $ +# $NetBSD: Makefile,v 1.2 2020/11/05 09:07:46 ryoon Exp $ PKGNAME= ${DISTNAME:S/-/13-plpython-/} +PKGREVISION= 1 COMMENT= PL/Python procedural language for the PostgreSQL backend DEPENDS+= postgresql13-server>=${PKGVERSION_NOREV}:../../databases/postgresql13-server |