blob: cbd32f981c48eee9b6c839fb86e19a2dfbc75cd1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# $NetBSD: Makefile.common,v 1.4 2006/10/04 20:53:45 wiz Exp $
#
LIBPQXX_VERSION= 2.5.5
DISTNAME= libpqxx-${LIBPQXX_VERSION}
CATEGORIES= databases
MASTER_SITES= ftp://gborg.postgresql.org/pub/libpqxx/stable/
MAINTAINER= is@NetBSD.org
HOMEPAGE= http://thaiopensource.org/development/
DISTINFO_FILE= ${.CURDIR}/../../databases/libpqxx/distinfo
PATCHDIR= ${.CURDIR}/../../databases/libpqxx/patches
|