diff options
author | Koop Mast <kwm@FreeBSD.org> | 2013-03-19 10:26:51 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2013-03-19 10:26:51 +0000 |
commit | c6c5591bd1b611c5ee7e76ae44c75f7b2a9ef98d (patch) | |
tree | 458ed1e6c2c234a5737817f811b8741b520e8e2b /databases/libgda4-postgresql | |
parent | c03db2ef0d46a396c2995a7114b115696dfe0563 (diff) | |
download | ports-c6c5591bd1b611c5ee7e76ae44c75f7b2a9ef98d.tar.gz ports-c6c5591bd1b611c5ee7e76ae44c75f7b2a9ef98d.zip |
Notes
Diffstat (limited to 'databases/libgda4-postgresql')
-rw-r--r-- | databases/libgda4-postgresql/Makefile | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/databases/libgda4-postgresql/Makefile b/databases/libgda4-postgresql/Makefile index 79c02cace5cf..e966b61630c6 100644 --- a/databases/libgda4-postgresql/Makefile +++ b/databases/libgda4-postgresql/Makefile @@ -1,17 +1,13 @@ -# New ports collection makefile for: libgda2 -# Date created: 02 June 2002 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# +# Created by: Joe Marcus Clarke <marcus@FreeBSD.org> # $FreeBSD$ -# $MCom: ports/databases/libgda4-postgresql/Makefile,v 1.3 2010/10/18 12:47:12 kwm Exp $ -# +# $MCom: ports/databases/libgda4-postgresql/Makefile,v 1.7 2012/03/13 01:34:31 mezz Exp $ -PORTREVISION?= 1 +PORTREVISION= 0 CATEGORIES= databases gnome -PKGNAMESUFFIX?= -postgresql +PKGNAMESUFFIX= 4-postgresql MAINTAINER= gnome@FreeBSD.org -COMMENT= Provides postgresql access for the libgda4 library +COMMENT= Provides PostgreSQL access for the libgda4 library MASTERDIR= ${.CURDIR}/../libgda4 BUILD_WRKSRC= ${WRKSRC}/providers/postgres/ |