diff options
author | jlam <jlam> | 2001-05-14 15:45:08 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-05-14 15:45:08 +0000 |
commit | 3a4508632a7628fdd2e2bb11886bb564fde78b91 (patch) | |
tree | 8cd20e759bb53cf9148c2605b571b3e48ae3cc6d /databases/postgresql | |
parent | f7a32d9b3b94a6e7267efc96cc37dffde0dc7433 (diff) | |
download | pkgsrc-3a4508632a7628fdd2e2bb11886bb564fde78b91.tar.gz |
Document the package naming scheme for PostgreSQL packages.
Diffstat (limited to 'databases/postgresql')
-rw-r--r-- | databases/postgresql/Makefile.common | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/databases/postgresql/Makefile.common b/databases/postgresql/Makefile.common index ca3246b2bc7..c254cef5079 100644 --- a/databases/postgresql/Makefile.common +++ b/databases/postgresql/Makefile.common @@ -1,7 +1,13 @@ -# $NetBSD: Makefile.common,v 1.12 2001/05/14 14:52:36 jlam Exp $ +# $NetBSD: Makefile.common,v 1.13 2001/05/14 15:45:08 jlam Exp $ # # This Makefile fragment is included by all PostgreSQL packages built from # the main sources of the PostgreSQL distribution. +# +# The PostgreSQL package naming scheme, aside from the obvious piecewise +# packages, is as follows: +# +# <lang>-postgresql client-side interface to PostgreSQL +# postgresql-<lang> server-side module for PostgreSQL backend DISTNAME= postgresql-${PG_DIST_VERS} CATEGORIES+= databases |