diff options
Diffstat (limited to 'databases')
-rw-r--r-- | databases/postgresql-libpqxx3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/postgresql-libpqxx3/Makefile b/databases/postgresql-libpqxx3/Makefile index e807276b729f..39dec200f97b 100644 --- a/databases/postgresql-libpqxx3/Makefile +++ b/databases/postgresql-libpqxx3/Makefile @@ -1,18 +1,18 @@ # Created by: Palle Girgensohn <girgen@pingpong.net> # $FreeBSD$ -PORTNAME= libpqxx3 +PORTNAME= libpqxx PORTVERSION= 3.1.1 CATEGORIES= databases MASTER_SITES= http://pqxx.org/download/software/${PORTNAME}/ PKGNAMEPREFIX= postgresql- +PKGNAMESUFFIX= 3 DIST_SUBDIR= postgresql MAINTAINER= 20080111.freebsd.org@ab.ote.we.lv COMMENT= New C++ interface for PostgreSQL CONFLICTS= postgresql-libpqxx-[2-4].* -LATEST_LINK= ${PKGNAMEPREFIX}${PORTNAME}3 PORTSCOUT= limit:^2\. USE_PGSQL= yes |