diff options
Diffstat (limited to 'databases/postgresql80-plpython/Makefile')
-rw-r--r-- | databases/postgresql80-plpython/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/postgresql80-plpython/Makefile b/databases/postgresql80-plpython/Makefile index b37a8be8f7b..b1261788856 100644 --- a/databases/postgresql80-plpython/Makefile +++ b/databases/postgresql80-plpython/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2007/01/08 20:30:42 adam Exp $ +# $NetBSD: Makefile,v 1.6 2008/01/18 05:06:29 tnn Exp $ PKGNAME= postgresql80-plpython-${BASE_VERS} +PKGREVISION= 1 COMMENT= PL/Python procedural language for the PostgreSQL backend DEPENDS+= postgresql80-server>=${BASE_VERS}:../../databases/postgresql80-server |