diff options
author | jschauma <jschauma> | 2003-11-12 03:39:39 +0000 |
---|---|---|
committer | jschauma <jschauma> | 2003-11-12 03:39:39 +0000 |
commit | c34f7fd4bc036240fcb6d7bd55bc66a7354d9025 (patch) | |
tree | 0fe407ca96f79927e17f86dc43a1ed067beef374 /databases/postgresql-plperl | |
parent | ff6dc411681925ab278c71c3cc89aff5446d88d9 (diff) | |
download | pkgsrc-c34f7fd4bc036240fcb6d7bd55bc66a7354d9025.tar.gz |
PKGREVISION++ after openssl update.
Diffstat (limited to 'databases/postgresql-plperl')
-rw-r--r-- | databases/postgresql-plperl/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/postgresql-plperl/Makefile b/databases/postgresql-plperl/Makefile index 8229959ed1a..b64e9dc1fd3 100644 --- a/databases/postgresql-plperl/Makefile +++ b/databases/postgresql-plperl/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.9 2003/01/05 20:12:25 jlam Exp $ +# $NetBSD: Makefile,v 1.10 2003/11/12 03:39:39 jschauma Exp $ PKGNAME= postgresql-plperl-${BASE_VERS} +PKGREVISION= 1 COMMENT= PL/Perl procedural language for the PostgreSQL backend DEPENDS+= postgresql-server>=${BASE_VERS}:../../databases/postgresql-server |