forked from Lainports/freebsd-ports
Changes: 0.5.4: - Do away with the single memofile size check at the beginning of the run and checks for valid memo record offsets every time one is requested. 0.5.3: - Fix an unsigned int comparison bug. PR: ports/152301 Submitted by: Kirk Strauser <kirk@daycos.com> (maintainer)
27 lines
434 B
Makefile
27 lines
434 B
Makefile
# Ports collection makefile for: pgdbf
|
|
# Date created: 23 June 2009
|
|
# Whom: kirk@daycos.com
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= pgdbf
|
|
PORTVERSION= 0.5.4
|
|
CATEGORIES= databases
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= kirk@daycos.com
|
|
COMMENT= Convert XBase / FoxPro tables to PostgreSQL
|
|
|
|
LICENSE= GPLv3
|
|
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
MAN1= pgdbf.1
|
|
|
|
PLIST_FILES= bin/pgdbf \
|
|
%%DOCSDIR%%/README
|
|
PLIST_DIRS= %%DOCSDIR%%
|
|
|
|
.include <bsd.port.mk>
|