diff options
Diffstat (limited to 'databases/postgresql95-plpython/Makefile')
-rw-r--r-- | databases/postgresql95-plpython/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/postgresql95-plpython/Makefile b/databases/postgresql95-plpython/Makefile index 5a0f49fb781..2b594f30cf6 100644 --- a/databases/postgresql95-plpython/Makefile +++ b/databases/postgresql95-plpython/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2016/04/09 12:51:50 adam Exp $ +# $NetBSD: Makefile,v 1.4 2018/08/22 09:43:25 wiz Exp $ PKGNAME= ${DISTNAME:C/-/95-plpython-/} +PKGREVISION= 1 COMMENT= PL/Python procedural language for the PostgreSQL backend DEPENDS+= postgresql95-server>=${PKGVERSION_NOREV}:../../databases/postgresql95-server |